Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hub-courses
python_one_week_4_biologists_solutions
Commits
9148e2b7
Verified
Commit
9148e2b7
authored
Mar 18, 2019
by
Bertrand NÉRON
Browse files
🐛
fix print syntax
parent
ab31e37f
Pipeline
#10466
passed with stages
in 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
source/Input_Output.rst
View file @
9148e2b7
...
...
@@ -26,7 +26,7 @@ We wait same behavior as the shell *cat* command. ::
sys.exit("no such file: {0}".format(path)
with open(path, 'r') as infile:
for line in infile:
print
line
print
(
line
)
Exercise
--------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment