📜  如何在 python 代码示例中获取整数输入

📅  最后修改于: 2022-03-11 14:45:20.722000             🧑  作者: Mango

代码示例6
age = int(input('Enter your age: '))
print('Type of age is: ', type(age))