python command1 python command2 ... FOR LOOP的例子(1): 一樣的指令做n次 ... print('hello world!', 5) for i in range(5) : print('hello world!', i+1).
確定! 回上一頁