# idk what happened to the values of the variables
# might have to make a bug report
# pls check bug_report.txt later thx
#           -  anderson

from cryptocode import encrypt, decrypt

key = ''

encoded_msg = ''

# Decrypts the value encoded_msg variable

print(decrypt(encoded_msg,key))
