摘要: https://www.cnblogs.com/panlq/p/9307203.html https://www.cnblogs.com/yoyoketang/p/10114598.html 题目:用python实现1-100求和计算 用range实现1-100循环相加。 函数方法: def sum 阅读全文
posted @ 2020-05-13 20:09 shenyin 阅读(1020) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/oMoDao1/article/details/82150972 在python3中输入print zip会出现:zip object at 0x000001F5D1731840 例如: t1 = [1,2,3] t2 = [9,8,7] zippe 阅读全文
posted @ 2020-05-13 16:11 shenyin 阅读(847) 评论(0) 推荐(0) 编辑