Python 人機猜拳練習筆記

import random # print("1.曹操2.孫權3.劉備") # class Person: # def __init__(self,jue): # while True: # self.jue = int(input("請選擇角色序號:")) # if self.jue==1: # self.jue="曹操" # break # elif self.jue==2: # self.j
相關文章
相關標籤/搜索