Skip to content

Commit b021b60

Browse files
authored
Update thread3_join.py
1 parent e6b4e48 commit b021b60

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

threadingTUT/thread3_join.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# View more python learning tutorial on my Youtube and Youku channel!!!
2+
3+
# Youtube video tutorial: https://www.youtube.com/channel/UCdyjiB5H8Pu7aDTNVXTTpcg
4+
# Youku video tutorial: http://i.youku.com/pythontutorial
5+
16
import threading
27
import time
38
def thread_job():
@@ -21,4 +26,4 @@ def main():
2126
print('all done\n')
2227

2328
if __name__ == '__main__':
24-
main()
29+
main()

0 commit comments

Comments
 (0)