摘要: def add(a,b): print(f"ADDING {a}+{b}") return a+b def subtract(a,b): print(f"SUBTRACTING {a}-{b}") return a-b def multiply(a,b): print(f"MULTIPLY {a}* 阅读全文
posted @ 2020-04-01 16:00 你走我不走 阅读(257) 评论(0) 推荐(0) 编辑