To add two numbers

 num1 = 4

num2 = 2 sum = num1 + num2 print("The sum of", num1, "and", num2, "is", sum)

Comments

Popular posts from this blog

Ecommerce website

# prompt: python program to generate fibonacci series

Your task is to find the missing number.