Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
convert hours into min
#python 3.5.2 print ("Hello, world!") hours=1 minutes=3 def convert(hours, minutes): return hours*60*60+minutes*60 print(convert(hours,minutes))
run
|
edit
|
history
|
help
0
kenken1
Ej2_PYTHON_203700377.
Hello world
Python, filter emails using finditer()
Ej2_python_204676887
3564
BubbleSort
practice
List comprehension, join, split, zip
try1