總覽
- Python的數值運算
- 字串操作
- 資料型態:List,Tuple,Set,Dictonary
- 是否在群裡
- 串列建構
- 模組匯入
第一支程式
用Visual studio code
新增一MyHello.py
print ("Hello Python!")
按下Shit-Alt-Enter鍵
註解方式
單行#
多行'''
中間放註解'''
String字串
可以用單引、雙引、三引號
name='小明'
is='是'
answer='''
北京來的小明
他回不來了
。
'''