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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy