Toggle navigation
Mr. Code's Wild Ride
Mr. Code
Curriculum
Showcase
Python
Math
Games
Typing
Sign in
Nim
Final Projects
Nim
Template:
Click this link, fork, and add your username to the project name:
new project
Hints
Add the following to the top of your project, and use the
cls()
function to clear the console:
import os def cls(): os.system("cls" if os.name == "nt" else "clear")
Last section
Next section
×
Sign in