Skip to content

Commit 29a677a

Browse files
author
Shota Aoki
authored
Fix step1.py (#60)
1 parent 0118a84 commit 29a677a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

SampleProgram/step1.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
for filename in files:
99
with open(filename, 'w') as f:
1010
f.write("1")
11-
time.sleep(0.5)
12-
for filename in files:
13-
with open(filename, 'w') as f:
14-
f.write("0")
15-
time.sleep(0.5)
11+
time.sleep(0.5)
12+
for filename in files:
13+
with open(filename, 'w') as f:
14+
f.write("0")
15+
time.sleep(0.5)

0 commit comments

Comments
 (0)