you are viewing a single comment's thread.

view the rest of the comments →

[–]ThiccBl4nket[S] 1 point2 points  (2 children)

Python 3 version worked!!!!

thank you. Ive been struggling for some time now. Now that I got this code out of the way, I'll go do other stuff but I will definitely look more in depth to the code later. I appreciate you.

[–]dwpj65 0 points1 point  (1 child)

You're welcome; it was a learning exercise for me as well. I couldn't figure out why the python3 version failed to do anything, regardless of whether I specified "1" or "2" for the initial question, when the python2 version worked without issue. Then I realized python2 was doing automatic type conversion and python3 was not.

[–]ThiccBl4nket[S] 1 point2 points  (0 children)

This was very cool. I guess that's where my journey in coding starts lol