Answer to Question #205573 in Python for Ayushi

Question #205573

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



1
Expert's answer
2021-06-13T00:03:09-0400
try:
	print(sec_msg(input(), key))

except EOFError as e:
    print(e)

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS