I want to plus my variables a = 10 b = 10 c = input("Enter number: ") print(c)
if I enter: a, b output = 10, 10 but I want output = 20 how?