interactive-tutorials icon indicating copy to clipboard operation
interactive-tutorials copied to clipboard

Code Playground python3 (solutions in python2)

Open rich1n opened this issue 4 years ago • 0 comments

CodePlayground is in Python3 but examples and exercise is in Python2

# default solution
print MiCarro1.description()
                      ^
SyntaxError: invalid syntax
print(MiCarro1.description())
# Pass

rich1n avatar Feb 23 '21 02:02 rich1n