函数与注释
更新:HHH   时间:2023-1-7


print("字符串")
大小写敏感
英文半角符号

print("hello wordl")
print(3.14435)
#这是个单行的注释
"""这是
个块注释
"""

返回编程语言教程...