Python中常用的几种函数
1、input函数
input()函数:主要作用是让用户输入某个内容并接收它。 #输入你的年龄
>>> age input("my age is :")
my age is :20 执行代码后输入年龄,年龄被存放到age变量中,执行print后终端会…
WARNING: The scripts libdoc, rebot and robot are installed in /Users/用户名/Library/Python/3.8/bin which is not on PATH. 背景:想在macos安装Robot Framework ,显示pip3不是最新,更新pip3后显示不在PATH上
参看博主文章末尾
MAC系统…