Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

multiplying float variables python and print

tempinc = int (input())
tempinf1 = (tempinc * 1.8)
int (tempinf1)
tempinf = (tempinf1 + 32)
tempinf2 = str (tempinf)
print ('The temp in farenheit is 
' + tempinf2)
 
PREVIOUS NEXT
Tagged: #multiplying #float #variables #python #print
ADD COMMENT
Topic
Name
4+8 =