生日.py 75 B

12
  1. year=input("请输入年龄:")
  2. print("Happy {}th Birthday!".format(year))