python不支持char和byte類型的數據結構
python中沒有char和byte類型來保存單一字符或8比特整數,python中支持int、float、str、list、tuple、dict、set七種數據結構。