python000001線上剪貼簿-彰化一整天的blog


您有在蝦皮購物嗎?可以透過https://shope.ee/1q93eHxdKM 連結去購物會有分潤1%支持網站營運


移到密碼輸入
#這是註解
print("hello1")  ##這是字串與()使用範例

print('字串是使用"當作開始與結束符號')  ##這是字串""範例
print("He's a boy")  ##這是字串''範例

print("c:\tmh\hello3.py")  ##這是字串有\範例

print("c:\\tmh\hello3.py")  ##這是字串有\範例

print(r"c:\tmh\hello3.py")  ##這是字串有\範例
'''
多行註解1
加+
減-
乘*
除/
'''
print(1+2*3+5/2-2)

密碼.:
read
以底下資料為主