python 输入一个数

为了在 Python 中输入一个数,你可以使用内置函数 input()。例如:

num = input("请输入一个数字: ")

你可能感兴趣的:(python 输入一个数)