Skip to content

Commit 6a2e5f0

Browse files
authored
Update index.py
1 parent 09f255d commit 6a2e5f0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ def _main():
99
#
1010

1111
if __name__ == "__main__":
12-
print("run")
13-
print()
12+
print('run', flush=True)
13+
print('-'*10)
1414

1515
_main()
1616

17-
print()
18-
print("stop")
17+
print('-'*10)
18+
print('stop')
1919

2020
SystemExit(0) # exit(0)

0 commit comments

Comments
 (0)