pub fn is_python_reserved_word(input: &str) -> bool
Returns whether input is either a hard or soft Python reserved word.
input