kurtgn/chronicl

raw_input() function needs to be replaced with input()

Opened this issue · 0 comments

The code seems to try to use raw_input() function which does not exist, at least for the version of Python / Pycharm that I am using. I replaced it with input() and it now seems to work as expected where the user can be prompted to enter a value in the terminal to be used for the rest of the program