{"id":162824,"student_id":2589,"content":"import game\nimport random\n\nlow_bound = 0\nup_bound = 100\n\nanswer = random.randint(low_bound, up_bound)\n\ngame.set_backdrop(\"start.png\")\n\ndef onclick():\n global up_bound, low_bound\n \n guess = int(input(\"輸入數值\"+str(low_bound)+\"~\"+str(up_bound)))\n \n if guess \u003e low_bound and guess \u003c up_bound: \n if guess \u003e answer:\n up_bound = guess\n game.set_backdrop(\"big.png\")\n \n if guess \u003c answer:\n low_bound = guess\n game.set_backdrop(\"small.png\")\n \n if guess == answer:\n low_bound = answer\n up_bound = answer\n game.set_backdrop('bingo.png')\n\ndef loop():\n game.draw_text(low_bound, 500, 770, 'black', 90)\n game.draw_text('-', 640, 770, 'black', 90)\n game.draw_text(up_bound, 720, 770, 'black', 90)\n\ngame.forever(loop)\ngame.on(\"click\", onclick)\n","created_at":"2020-07-06T00:32:32.954+08:00","updated_at":"2020-07-10T14:56:56.658+08:00","name":"終極密碼_T ","language":"python","screenshot":{"url":"https://cdn9.koding.school/uploads/project/screenshot/162824/1d179e5ad0ab86a709df3886a25d575c.jpg"},"parent_id":159844,"plugin":"","description":null,"note":null,"status":"public","like_student_ids":[],"is_featured":false,"views":112,"hashid":"d5msrz9k","is_content_changed":false,"review_status":"unsubmitted","submitted_at":null,"reviewed_at":null,"advise":null,"is_deleted":false}
[{"id":2832406,"file_name":"start.png","project_id":162824,"asset_id":231968,"created_at":"2020-07-06T00:32:32.960+08:00","updated_at":"2020-07-06T00:32:32.960+08:00"},{"id":2832407,"file_name":"small.png","project_id":162824,"asset_id":231967,"created_at":"2020-07-06T00:32:32.961+08:00","updated_at":"2020-07-06T00:32:32.961+08:00"},{"id":2832408,"file_name":"bingo.png","project_id":162824,"asset_id":231966,"created_at":"2020-07-06T00:32:32.962+08:00","updated_at":"2020-07-06T00:32:32.962+08:00"},{"id":2832409,"file_name":"big.png","project_id":162824,"asset_id":231965,"created_at":"2020-07-06T00:32:32.963+08:00","updated_at":"2020-07-06T00:32:32.963+08:00"}]
橘蘋學習平台
橘蘋學習平台
我的作品
檢視專案頁
匯出
複製
匯入
刪除
截圖
幫助
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦