摘要: S = "你说什么" while S: print(S, end=' ') S = S[1:] else: print() 阅读全文
posted @ 2024-05-28 21:21 sangern 阅读(4) 评论(0) 推荐(0) 编辑