Commit 8fd8419e by BellCodeEditor

auto save

parent a95d1e2c
Showing with 3 additions and 8 deletions
import random #导入模块
list=["石头","剪刀","布"] #创建列表
computer=random.choice(list) #随机选择
print(computer) #输出结果
player=input("你要出什么?")
print("玩家出拳:"+player)
pp=open(r'c:\Users\29018\Documents\lesson13-1\sales_list.txt','r',encoding='utf-8')
a=pp.read()
print(a)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment