diff --git a/SampleProgram/step1.py b/SampleProgram/step1.py index 3ff1227..93a2c3f 100644 --- a/SampleProgram/step1.py +++ b/SampleProgram/step1.py @@ -8,8 +8,8 @@ for filename in files: with open(filename, 'w') as f: f.write("1") - time.sleep(0.5) - for filename in files: - with open(filename, 'w') as f: - f.write("0") - time.sleep(0.5) + time.sleep(0.5) + for filename in files: + with open(filename, 'w') as f: + f.write("0") + time.sleep(0.5)