update
This commit is contained in:
parent
8c779e180c
commit
77c2fbfc48
1 changed files with 1 additions and 5 deletions
6
test.py
6
test.py
|
|
@ -1,10 +1,6 @@
|
||||||
from time import sleep
|
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
for _ in range(100):
|
for _ in range(10):
|
||||||
print('Hello, World!')
|
print('Hello, World!')
|
||||||
sleep(3)
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue