Python - how to make new text to be in multiply lines after variable?

后端 未结 0 1308
野趣味
野趣味 2021-01-18 03:23
name = input("what is your name? ")
age = int(input("what is your age? "))
year = str((2021 - age) + 100)

print(name , ", you\'ll be 100 in         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题