Untitled

Run Settings
LanguagePython
Language Version
Run Command
#!/usr/bin/python3 # 计算面积函数 def area(width, height): return width * height def print_welcome(name): print("Welcome", name) print_welcome("W3xue") w = 4 h = 5 print("width =", w, " height =", h, " area =", area(w, h))
Editor Settings
Theme
Key bindings
Full width
Lines