Skip to content

Commit 7ae1127

Browse files
committed
Merge pull request TheAlgorithms#46 from Henocks/patch-2
Slight Performance/Visual Update
1 parent 9860bea commit 7ae1127

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

learningPython/f1.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
for x in 'spam':
2+
pass
3+
print(x)

0 commit comments

Comments
 (0)