الصفحة الرئيسيةpython Python Program to Add Two Numbers يونيو 20, 2021 0 num1 = 22 num2 = 10 #To Add two numbers sum = num1 + num2 # to display the sum print(sum) Tags: python Facebook Twitter