Python Program To Adds Two Numbers.
Python Program to adds two numbers.
Source Code
# This program adds two numbers
num1 = 52
num2 = 32
# Add two numbers
sum = num1 + num2
# Display the sum
print('The sum of ',num1,' and ',num2,' is ',sum)
Click here to run this code in online πππcompiler
Click here to get app for android.
π⤵️
➡️➡️➡️πππ
πππ⬅️⬅️⬅️
Output
Create by π °πππ ½ π Ίπππ ·ππ °π ·Send Feedback To ππ⬇️⬇️

Comments
Post a Comment