We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875546d commit a17b675Copy full SHA for a17b675
python-sleep/threads.py
@@ -2,7 +2,7 @@
2
import time
3
4
def func1():
5
- for i in range(10):
+ for i in range(5):
6
print(f"Running t1, print {i}.")
7
time.sleep(2)
8
0 commit comments