アットウィキロゴ

p999+

import time
 
mode=0
while mode<50:
    time.sleep(1.0)
    print("hello")
最終更新:2018年02月08日 11:37