day05_与用户交互

与太阳肩并肩 / 2023-07-12 / 原文

1.Python3的input用户输入所有内容为字符串:

 2.Python3的input输入年龄需要int转为转类型:

 3.Python2的raw_input和input用法: