byStarTW says to YSITDdef rice(a,b,c,d): choose_option = input("請輸入 Go 製作你輸入的四個號碼的總和: ") if choose_option == "Go": print ("Answer is:") return a+b+c+d print(rice(44, 66, 88, 22)) print("很棒吧") i = 0 while i<20: print ("嗯哼摁哼") i += 1 else: print ("嗯哼摁哼 (被揍") print("End")at Wed, Aug 23, 2017 11:22 PM