A.open()B.read()C.write()D.close()E.execute()
A.一個值B.多個值C.一個表達式D.一個列表E.一個字典
A.func(a=10,b=20)B.func(10,b=20)C.func(a=10,20)D.func(10,20)E.func()