1. 複數函數
4+5jspa
2. 字符串code
1)單引號blog
2)雙引號字符串
3)三引號(多行字符串,中間能夠自由使用單、雙引號)class
3. 函數內部若是要修改全局變量,可使用 global 聲明爲全局變量,如變量
def fun(): global x x = 10