You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,7 @@ Encryption is an interesting piece of technology that works by scrambling data s
168
168
169
169
### Snake
170
170
171
-
This is a simple python implementation of the classical game "snake".Use the arrow keys to move the snake in the turtle canvas and score points by eating the food on the canvas.
171
+
This is a simple python implementation of the classical game "snake".Use the arrow keys to move the snake in the turtle canvas and score points by eating the food on the canvas.Learn more about Turtle programming **[here](http://www.geeksforgeeks.org/turtle-programming-python/)**.
0 commit comments