摘要: import jiebawith open ("D:\红楼梦.txt",encoding="ANSI") as file: f = file.read()del_list ={"什么","一个","我们","那里","如今","你们","说道","起来","姑娘","这里","出来","他们","众 阅读全文
posted @ 2021-11-14 11:57 yc。 阅读(63) 评论(0) 推荐(0) 编辑
摘要: import randomdef starts(start): global powerA,powerB # 一次对打 scoreA = 0 scoreB = 0 power = random.random() if start == 'A': if power < powerA: scoreA + 阅读全文
posted @ 2021-11-14 11:56 yc。 阅读(63) 评论(0) 推荐(0) 编辑
摘要: import timeimport datetimet1 = time.strftime("%H/%M/%S/")b = datetime.datetime.strptime(f'{t1}','%H/%M/%S/')t = b.strftime('%H{}%M{}%S{}').format('小时' 阅读全文
posted @ 2021-10-24 11:48 yc。 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 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(money_all) money_r 阅读全文
posted @ 2021-09-13 22:27 yc。 阅读(49) 评论(0) 推荐(0) 编辑
摘要: print(""" ***** *@ @ * * * * @ * ****** 3106""") 阅读全文
posted @ 2021-09-05 18:08 yc。 阅读(58) 评论(0) 推荐(0) 编辑
摘要: print("人生苦短,我用python") 阅读全文
posted @ 2021-09-04 21:37 yc。 阅读(47) 评论(0) 推荐(0) 编辑
摘要: print(""" ***** *@ @* * * * @ * ****** 3106""") 阅读全文
posted @ 2021-09-04 21:35 yc。 阅读(49) 评论(0) 推荐(0) 编辑