#!/usr/bin/python3 import sweecrypt from sys import argv print(sweecrypt.encrypt(" ".join(argv[3:])))