初學python之猜數遊戲

初學python之 猜數遊戲 遊戲:給出一個初始數,讓參與遊戲的人進行猜數,然後給出相應的提示。 代碼:`# re模塊使python擁有全部的正則表達式功能 import re org = int(input(‘請輸入原始數據:’)) print(‘輸入的原始數據是:’, org) i = 1 value = re.compile(r’1{0,1}(\d+)$’) while True: prin
相關文章
相關標籤/搜索