DIR Return Create A Forum - Home
---------------------------------------------------------
Class Discussion
HTML https://srm.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: Class Discussion
*****************************************************
#Post#: 2--------------------------------------------------
Adding two numbers using python?
DIR By: prannyll
Date: March 17, 2019, 5:15 am
---------------------------------------------------------
# This program adds two numbers
num1 = 1.5
num2 = 6.3
# Add two numbers
sum = float(num1) + float(num2)
# Display the sum
print('The sum of {0} and {1} is {2}'.format(num1, num2, sum))
#Post#: 3--------------------------------------------------
Re: Adding two numbers using python?
DIR By: prannyll
Date: March 20, 2019, 2:58 am
---------------------------------------------------------
To reply on post you need to login first, If you don't have
account register yourself first.
*****************************************************
Page 1 of 1