def white(): print print ("First line") white() print ("Second line")
这是我的第一个脚本之一.当我按下"F5"键时,结果如下:
First line Second line
哪里出错了?
python function
function ×1
python ×1