Write a program that prompts for two numbers python code example Example: how to add in python a = int(input()) b = int(input()) s = a+b print(S)