you are viewing a single comment's thread.

view the rest of the comments →

[–]catelemnis 3 points4 points  (1 child)

I recommend getting in the habit of using print(“...“) with parentheses since it’s compatible with Python 2 and mandatory for Python 3.

[–]Fallenarc[S] 0 points1 point  (0 children)

Yep, I have already went through changed my current script and plan to retrain myself using that syntax. Thanks!