Python案例—擲骰子

NO.1 ''' 作者:Z_Howe 版本:1.0 功能:擲骰子實驗:一個 日期:2019/1/28 ''' import random def roll_selec(): select_num = random.randint(1,6) return select_num def main(): try_times = eval(in
相關文章
相關標籤/搜索