可以通过以下步骤实现:
birth_year = int(input("请输入您的出生年份:"))
import datetime
current_year = datetime.datetime.now().year
age = current_year - birth_year
print("您的年龄是:", age, "岁")
这样就可以在Python中计算和打印年龄了。
对于Python中计算和打印年龄的问题,腾讯云提供了一系列适用于Python开发的云产品和服务,例如:
您可以通过访问腾讯云官网(https://cloud.tencent.com/)了解更多关于这些产品的详细信息和使用指南。
领取专属 10元无门槛券
手把手带您无忧上云