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
Tom Nichols
pytreat-practicals-2020
Commits
e7773c79
Commit
e7773c79
authored
Mar 22, 2020
by
Paul McCarthy
🚵
Browse files
RF: make more readable
parent
cd5d3469
Changes
1
Hide whitespace changes
Inline
Side-by-side
talks/virtual_intro/intro.md
View file @
e7773c79
...
...
@@ -96,10 +96,10 @@ a.
```
a
= [1, 2, 3, 4, 5]
mylist
= [1, 2, 3, 4, 5]
for elem in
a
:
print(elem)
for elem
ent
in
mylist
:
print(elem
ent
)
```
...
...
Write
Preview
Supports
Markdown
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