Python:變量

# 這是單行註釋 print("hello python") print(3.1415) print("你是我的,\n優樂美") """塊註釋內容""" """ python 是未來程序的發展方向 python 是人工智能,大數據領域最佳的語言 """ # 變量 name = "張三" # string age = 58 print("我的名字是",name,"年齡是",age) pi
相關文章
相關標籤/搜索