摘要: 注:本笔记对应江灏老师在B站的教学视频https://www.bilibili.com/video/BV1zE411V79p 1.算数运算符+ - * / % ** // a=3;b=7 ​ print(a+b) #加 print(a-b) #减 print(a*b) print(a/b) prin 阅读全文
posted @ 2020-04-23 13:49 江南苑轩 阅读(365) 评论(0) 推荐(0)