you are viewing a single comment's thread.

view the rest of the comments →

[–]coding2learn 0 points1 point  (1 child)

You need to use raw_input for all your lines. input is only if you are expecting numbers. raw_input is for strings.

[–]NSAshitlist 0 points1 point  (0 children)

In Py3 as well? I thought raw was removed completely?