x= range # 1,2,3,4x = rangefor n in x:printfor n in x:print(n) # 2,4,6,8,10,12,14,16,18以上就是我注意到的最基本的JavaScript和Python之間的 ...
確定! 回上一頁