#20457: python 3 lines


wanttogo0718@gmail.com (Hello World)

學校 : 國立高雄師範大學
編號 : 86382
來源 : [42.75.43.186]
最後登入時間 :
2021-05-21 22:56:38
a147. Print it all | From: [203.70.217.141] | 發表日期 : 2020-01-26 20:59

抄題無用

 
import sys
for s in sys.stdin:
    print(' '.join(list(map(str, [i for i in range(int(s)) if i%7])))) if int(s) != 0 else break
 
ZeroJudge Forum