python---输入与输出

                                       python输入与输出 # 程序: 输入(键盘)------代码(java/python)-------输出(显示屏) # 输入: *** python2: - input:(只接受数值类型) ``` >>> help(input) >>> input() 1 1 >>> num = input() 1 >>> num
相关文章
相关标签/搜索