10 2023 档案

摘要:03运行超市抹零结账行为 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_str= 阅读全文
posted @ 2023-10-31 20:04 51r 阅读(18) 评论(0) 推荐(0)
摘要:from random import randomfrom math import sqrtfrom time import process_time as timerDARTS=1000hits=0.0timer()for i in range(1,DARTS+1): x,y=random(),r 阅读全文
posted @ 2023-10-30 21:36 51r 阅读(31) 评论(0) 推荐(0)
摘要:from random import randomfrom math import sqrtfrom time import process_time as timerDARTS=1000hits=0.0timer()for i in range(1,DARTS+1): x,y=random(),r 阅读全文
posted @ 2023-10-30 21:30 51r 阅读(16) 评论(0) 推荐(0)