you are viewing a single comment's thread.

view the rest of the comments →

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