def main(): word = int(input("Select program mode:" "(encrypt/decrypt/exit):")) if (word == 1): encode()