运行 ❯
获取你
自有的 Python
服务器
×
更改方向
更改主题,亮/暗
转到 Spaces
def myfunc(): global x x = "fantastic" myfunc() print("Python is " + x)
Python 非常棒