break-the-ice-with-python icon indicating copy to clipboard operation
break-the-ice-with-python copied to clipboard

Some errors

Open Louis-udm opened this issue 5 years ago • 0 comments

1.Notebook 07, Question 21: if s[0] == "UP":
x -= int(s[1]) -> y+= if s[0] == "DOWN": x += int(s[1]) -> y-= if s[0] == "LEFT": y -= int(s[1]) -> x-= if s[0] == "RIGHT": y += int(s[1]) -> x+=

2.Noteboook 17, Question 67, at first solution: print("Middle value:", x) -> print("Middle index:", x)

Louis-udm avatar Oct 23 '20 14:10 Louis-udm