### dm2_w25 ue_01 / demo
### Edina Mujkanovic
#########################


print ("Hello world") #zeichenkette == typestring
print ("Let's add two numbers")

input ("Choose a whole number between 0 and 100:"),int (a)
input("Choose another whole number between 0 and 100:"), b
c = a + b 
print ("The sum of the numbers you have chosen is "), c