Python 函数调用 Python 时间time tzset() 方法 Python 引用传递 Python 函数调用 #!/usr/bin/python # 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("I'm first call to user defined function!") printme("Again second call to the same function") Python 时间time tzset() 方法 Python 引用传递