Python Program to Subtracts two Numbers.
Python Program to subtracts two numbers.
Source Code
# This program subtracts two numbers
num1 = 52
num2 = 32
# Subtract two numbers
sub = num1 - num2
# Display the difference
print('The difference of ',num1,' and ',num2,' is ',sub)
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