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
6c95309b
Unverified
Commit
6c95309b
authored
Feb 17, 2020
by
Alexandre de Siqueira
Committed by
GitHub
Feb 17, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
04-loop.md: Fixing small typo (#788)
parent
1613f0f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
_episodes/04-loop.md
_episodes/04-loop.md
+1
-1
No files found.
_episodes/04-loop.md
View file @
6c95309b
...
...
@@ -60,7 +60,7 @@ This is a bad approach for three reasons:
of letters long. It might be easier to type them in manually.
2.
**Difficult to maintain**
. If we want to decorate each printed character with an
asteri
x
or any other character, we would have to change four lines of code. While
asteri
sk
or any other character, we would have to change four lines of code. While
this might not be a problem for short strings, it would definitely be a problem for
longer ones.
...
...
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