09 2021 档案

摘要:03 money_all = 56.75 + 72.91 + 88.50 + 26.37 + 68.51 #累加总计金额money_all_str = str(money_all) #转换为字符串print("上品总金额为:" + money_all_str) money_real = int(mo 阅读全文
posted @ 2021-09-16 01:21 Kiwi/ 阅读(26) 评论(0) 推荐(0)
摘要:第一次学习到python,上课了解到python的用途和学习前景,感觉比c++更方便快捷了。 之后要好好学习python的知识,以便应对未来的实践工作。 阅读全文
posted @ 2021-09-06 23:59 Kiwi/ 阅读(43) 评论(0) 推荐(0)
摘要:print(''' * * * * * * * * @ @ * * * * @ * * * * * * * * * * * *''') 阅读全文
posted @ 2021-09-06 23:53 Kiwi/ 阅读(39) 评论(0) 推荐(0)