摘要: print("What's your name?") name = input("Enter your name here: ") print(f"Hi, {name}.") print(f"Your name length is: {len(name)}") print("How old are 阅读全文
posted @ 2024-05-26 11:01 乱串的鱼 阅读(12) 评论(0) 推荐(0)