当前位置:   article > 正文

python参数输入(input&argv)_py input()和argc

py input()和argc

input函数

input(prompt=None, /)
Read a string from standard input. The trailing newline is stripped.

The prompt string, if given, is printed to standard output without a
trailing newline before reading input.

If the user hits EOF (*nix: Ctrl-D, Windows: Ctrl-Z+Return), raise EOFError.
On *nix systems, readline is used if available.
  • 1
  • 2
  • 3
  • 4
  • 5

私以为input接受的所有参数都是以字符串的形式保存的。

input使用

print("How old are you?",end='')
age=input()
  • 1
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/从前慢现在也慢/article/detail/356212
推荐阅读
相关标签
  

闽ICP备14008679号