回答編集履歴
1
サンプル追加
test
CHANGED
@@ -1 +1,7 @@
|
|
1
1
|
エラーのメッセージは何ですか?
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
|
6
|
+
|
7
|
+
[pythontutor](http://pythontutor.com/visualize.html#code=guess_me%20%3D%207%0Aif%20guess_me%20%3C%207%3A%0A%20%20%20%20print('too%20low'%29%0Aelif%20guess_me%20%3E%207%3A%0A%20%20%20%20print('too%20high'%29%0Aelse%3A%0A%20%20%20%20print('just%20right'%29%20&cumulative=false&curInstr=4&heapPrimitives=false&mode=display&origin=opt-frontend.js&py=3&rawInputLstJSON=%5B%5D&textReferences=false)
|