python code visual studio code issue

Posted by m__khn@reddit | Python | View on Reddit | 19 comments

Help in solving my issue? In VScode issue is happening bcs there is an input repetition and its not running without debugging.

a = input("Enter number 1: ") b = input("Enter number 2: ")

print("Number a is: ", a) print("Number b is: ", b)