Question is Input Description: You are provided with two numbers A and B. Output Description: Find the sum of the two numbers (A + B) If I try to get input using A=input() it is throwing an error as EOFError: EOF when reading a line. How to solve this issue.