摘要:
s = '' while True: v1 = input('name:') v2 = input('mail:') v3 = input('password:') template = "{0}\t{1}\t{2}\n" v = template.format(v1, v2, v3) s = s + v print("继续吗?y or q... 阅读全文
posted @ 2018-04-27 20:54
cold_skin
阅读(77)
评论(0)
推荐(0)