Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Python
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
swc-bb
S
swc-lessons
2020-04-20-Potsdam-Berlin
Python
Commits
7fb12c3b
Unverified
Commit
7fb12c3b
authored
Sep 10, 2019
by
Maxim Belkin
Committed by
GitHub
Sep 10, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
02-loop.md: fix Python code block specification (#701)
change `.python` to `.language-python`
parent
02cc1b45
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
_episodes/02-loop.md
_episodes/02-loop.md
+2
-2
No files found.
_episodes/02-loop.md
View file @
7fb12c3b
...
...
@@ -15,7 +15,7 @@ keypoints:
-
"
Use
`len(thing)`
to
determine
the
length
of
something
that
contains
other
values."
---
In the last episode, we wrote Python code that plots values of interest from our first
In the last episode, we wrote Python code that plots values of interest from our first
inflammation dataset (
`inflammation-01.csv`
), which revealed some suspicious features in it.

...
...
@@ -305,7 +305,7 @@ so we should always use it when we can.
> for char in word:
> print(char)
> ~~~
> {: .python}
> {: .
language-
python}
>
> How many times is the body of the loop executed?
>
...
...
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