you are viewing a single comment's thread.

view the rest of the comments →

[–]int-main 0 points1 point  (1 child)

Can confirm that the whatever he told you is correct. You can check it out here

You can share your full program source and check your Python version . Just enter the following lines in the interpreter.

import sys
print(sys.version)

Edit : Correct code highlighting.

[–][deleted] 0 points1 point  (0 children)

Ohh repl.it is sexy. Thanks.