import math # 5的階乘為:120 # 5!=5*4*3*2*1=120 x = math.factorial(5). 匯入部份模組 ... import random #產生介於0~10的亂數x = random.randrange(10) #20~40亂數y ...
確定! 回上一頁