zl程序教程

您现在的位置是:首页 >  后端

当前栏目

Python:键盘输入input

Python input 键盘输入
2023-09-14 09:07:34 时间

从键盘读入数据

>>> num=input('利润是:')
利润是:55
>>>