摘要: 原文:https://blog.csdn.net/qq_19741181/article/details/79827963 原文:https://www.runoob.com/python3/python3-list.html list1 = [1,2,3,4,5,6,7,8] # 格式: a[st 阅读全文
posted @ 2020-02-14 17:30 古兴越 阅读(9132) 评论(0) 推荐(0)
摘要: 原文:忘了 import threading import time def fn1(): print('fn1 start') time.sleep(2) print('fn1 end') print(time.strftime('%Y-%m-%d %H:%M:%S',time.localtime 阅读全文
posted @ 2020-02-14 16:51 古兴越 阅读(109) 评论(0) 推荐(0)
摘要: 原文:https://blog.csdn.net/LucasXu01/article/details/88144904 阅读全文
posted @ 2020-02-14 16:05 古兴越 阅读(3220) 评论(0) 推荐(0)
摘要: 原文:https://www.runoob.com/python3/python3-class.html 原文:https://www.cnblogs.com/danhuai/p/11731319.html class MyClass: """一个简单的类实例""" i = 12345 def f( 阅读全文
posted @ 2020-02-14 12:25 古兴越 阅读(309) 评论(0) 推荐(0)