JSRUN
a = 222 b = 3.14 c = "Python知识分享网" print("a=", a) print(b) print(c) a = 222 - 1 print("a=", a)
使用此草稿 删除草稿