# printing hello world in python print("Hello World") # adding 2 numbers num1 = 10 num2 = 20 print(num1 + num2)