Python3 函数调用 Python3 时间time模块 Tzset 方法 Python3 引用传递 Python3 函数调用 #!/usr/bin/python3 # Function definition is here def printme( str ): "This prints a passed string into this function" print (str) return # Now you can call printme function printme("This is first call to the user defined function!") printme("Again second call to the same function") Python3 时间time模块 Tzset 方法 Python3 引用传递