bandit erroneously flags 'input' based on possible python2-ism. Avoid the error by using 'getinput', making that input or raw_input based on the python version.