c1 = 'xxx' c2 = 'ooo' c3 = 'ddd' for m in range(1, 4): print('c'+str(m)). 在下希望印出 xxx ooo ddd. 結果印出 c1 c2 c3. 滿常卡在這種地方的,懇請知道的大大 ...
確定! 回上一頁