diff --git a/class11/2_thread_print_number.py b/class11/2_thread_print_number.py index 9e3654a..bb782ca 100644 --- a/class11/2_thread_print_number.py +++ b/class11/2_thread_print_number.py @@ -1,4 +1,4 @@ -#Make a thread that prints numbers from 1-10, waits for 1 sec between +#Make a thread that prints numbers from 1-10, waits for 1 sec between....... import threading from threading import Thread @@ -9,4 +9,4 @@ def display(): print(x) time.sleep(1) t=Thread(target=display) -t.start() \ No newline at end of file +t.start()