Claims my Python code is invalid. the code ends in “Print(str(…))” but says the error is simalar to print
^
Points to “t” for no reason. Only way to fix is to do prin/t, which shifts it to the “n” and makes the print call invalid.
Other than that, great.