摘要: ## **阶段一:Python基础([练习题](http://www.pythontip.com/coding/code_oj))** **1.给两个数a,b,请求出他们的和,并输出。** 例如:a = 3,b = 2 输出结果:5 ```pythonprint(a+b)``` ==本题知识点:== 阅读全文
posted @ 2022-10-12 17:31 想做一个好梦 阅读(694) 评论(0) 推荐(0)