Commit eced16cc by BellCodeEditor

save project

parent bd05c4f9
Showing with 18 additions and 7 deletions
import random import turtle
# pen=turtle.pen()
# pen.write("Hi,诺依-\n用pythen写电子贺卡真是太有趣了-\n我也喜欢pythen-\n-老孙",font
#
\ No newline at end of file
player=input("请出拳(石头/剪刀/布):")
print("玩家出拳:"+player)
list=["石头","剪刀","布"]
computer=random.choice(list)
print(computer)
\ No newline at end of file
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