ZhpyFunctions - zhpy - 函式 - Write Python language in Chinese - Google Project Hosting

ZhpyFunctions - zhpy - 函式 - Write Python language in Chinese - Google Project Hosting

瀏覽:450
日期:2025-05-23
$ zhpy local.py x 是 50 區域變數x改變成 2 x 仍然是 50 python 版: #!/usr/bin/env python # File name: local.py def func(x): print 'x is', x x = 2 print 'Changed local x to', x x = 50 func(x) print 'x is still', x ......看更多