摘要: name = input("请输入你的名字:\n >>>") print(f"你的名字:{name}") print("你的名字:",format(name)) input可以进行交互操作(提示) 阅读全文
posted @ 2020-10-27 18:31 Ltbo练习 阅读(135) 评论(0) 推荐(0)