#12635: Python只要兩行~~


r2005.wang@gmail.com (王藝誠)

學校 : 不指定學校
編號 : 67850
來源 : [36.238.215.45]
最後登入時間 :
2022-01-23 22:54:00
d498. 我不說髒話 -- 板橋高中教學題 | From: [114.47.181.180] | 發表日期 : 2017-08-30 20:45

i=int(input())
print("I don't say swear words!\n"*i)

============================

這樣就AC囉~!!

 
#16237: Re:Python只要兩行~~


tang891228 (tang891228)

學校 : 國立成功大學
編號 : 61119
來源 : [140.116.1.138]
最後登入時間 :
2018-09-24 00:20:31
d498. 我不說髒話 -- 板橋高中教學題 | From: [36.236.239.103] | 發表日期 : 2018-12-09 21:33

一行就夠了

print("I don't say swear words!\n"*int(input()))
 
ZeroJudge Forum