now for this code this is the error throwing: please kindly rectify it as soon as possible
Errors/Warnings:
Traceback (most recent call last):
 File "main.py", line 18, in <module>
  print(sec_msg(input(),key))
EOFError: EOF when reading a line
try:
print(sec_msg(input(), key))
except EOFError as e:
  print(e)
Comments
Leave a comment