prog4_15.py

age = int(input("あなたは何歳ですか?"))
print(f"あなたは来年{age+1}歳ですね!")

# プログラム4-15(f文字列)