Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
square cube function
#python 3.5.2 def square(a,b): print("square is",a,"and cube is",b) sq=(a*a) cb=(b*b*b) print(sq) print(cb) square(5,5)
run
|
edit
|
history
|
help
0
validation
75
Ej2_python_204676887
StringManipulation
recursion for adding 2 numbers
Sir, You Are Being Hunted secret message
isPythagorasTriplet.py
Butch
convert hours into min
PyRegSetRange