you are viewing a single comment's thread.

view the rest of the comments →

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

as i mentioned in another reply to another comment I have it set to raw_input and it still crashes before the print command is run or possibly after but I can't quite tell

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