09 2021 档案

摘要:##模拟超市抹零 money_all = 56.75+72.91+88.50+26.37+68.51money_all_str = str(money_all)print("商品总金额为:"+ money_all_str)money_real = int(money_all)money_real_s 阅读全文
posted @ 2021-09-15 21:31 糖三拾六 阅读(57) 评论(0) 推荐(0)
摘要:x = float(input("输入矩阵的长:")) y = float(input("输入矩阵的宽:"))s = x*yprint("矩阵面积:"+str(s))a = round(s,2)print(a) 阅读全文
posted @ 2021-09-12 16:23 糖三拾六 阅读(23) 评论(0) 推荐(0)
摘要:人生第一次用python,在做作业的过程中我懂得了老师说的”人生苦短,我用python“ 阅读全文
posted @ 2021-09-05 22:04 糖三拾六 阅读(33) 评论(0) 推荐(0)
摘要:print(''' * * * * * * @ @ * * * * @ * * * * * * * * * * * * *''') 阅读全文
posted @ 2021-09-05 21:51 糖三拾六 阅读(24) 评论(0) 推荐(0)