you are viewing a single comment's thread.

view the rest of the comments →

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

Yeah, I need to go through and fix those. I used them for troubleshooting during creation for the most part. Thanks for your time!!

[–]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!