1 parent e6b4e48 commit b021b60Copy full SHA for b021b60
1 file changed
threadingTUT/thread3_join.py
@@ -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
6
import threading
7
import time
8
def thread_job():
@@ -21,4 +26,4 @@ def main():
21
26
print('all done\n')
22
27
23
28
if __name__ == '__main__':
24
- main()
29
+ main()
0 commit comments