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

Yes, Python is an object-oriented programming (OOP) language, but it is also a multi-paradigm language

Your task is to find the missing number.