Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Arithmetic Operations
num1 = 10 num2 = 20 sum = float(num1) + float(num2) min = float(num1) - float(num2) mul = float(num1) * float(num2) div = float(num1) / float(num2) print('The sum of {0} and {1} is {2}'.format(num1, num2, sum)) print('The subtraction of {0} and {1} is {2}'.format(num1, num2, min)) print('The multiplication of {0} and {1} is {2}'.format(num1, num2, mul)) print('The division of {0} and {1} is {2}'.format(num1, num2, div))
run
|
edit
|
history
|
help
1
haha
DICCIONARIO EN PYTHON 3
😚😚😚
replace
teretere
fibo_1
Multi-Layer Neural Networks
Reverse number
find minimum in right sorted array
http