计算器、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('+')
相关文章
相关标签/搜索