計算器、tuple操作、dict、其他常用操作

計算器 #!/usr/bin/env python #!--coding:utf-8 -- #!shenjie :2018/1/23 22:34 #[email protected] :shenjie #[email protected]: 計算器.py def add(string): total=0 numbers=[] numbers+=string.split('+')
相關文章
相關標籤/搜索