Python常看函数用法,返回值类型
Python的函数非常多,可以使用help()函数来初略的获得函数的用法help(print)Help on built-in function print in module builtins:print(...) print(value, ..., sep=' ', end='\n', file=sys.stdout, flush=False) Prints the values to a stream, or to sys.stdout by default.