interactive-tutorials
interactive-tutorials copied to clipboard
Code Playground python3 (solutions in python2)
CodePlayground is in Python3 but examples and exercise is in Python2
# default solution
print MiCarro1.description()
^
SyntaxError: invalid syntax
print(MiCarro1.description())
# Pass