0 攝影或3C 2022-09-23 Python 與時間相關的模組 import time ; .time() ; .localtime() ; .tm_year ; .tm_mon ; .tm_mday ; .ctime() #current time ; .sleep() ;time.asctime() #as string ; time.strftime() #string format time import time as t sec = t.time() #1...
0 攝影或3C 2022-09-23 Python: list的加法跟乘法(減法跟除法不行), list(n)*m #有m個元素n, ndarray.tolist()可以將array轉為list lst1 = [1]*2 lst2 = [2]*3 print(&#...
近期留言