首页 新闻 会员 周边 捐助
5
回答数

待解决问题 python

age=input('请输入你的年龄:') age=int(age) if age<18: print('未成年人') elif age>=18 and age<=25: print('成年人') e