Working with functions
In the same way as with variables, you can declare your own functions and then use them in the notebook.
Tarefa
Swipe to start coding
- Replace
...
with the necessary calculation. Remember, your function needs to convert number of seconds to days. - Replace
...
with the name of function and name of variable you created before.
Solução
9
1
2
3
4
5
6
# create function
def days_from_second(sec):
return(sec/86400)
# test function
print("There are",days_from_second(sec_in_week),"days in", sec_in_week, "seconds")
Mark tasks as Completed
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 1. Capítulo 3
9
1
taskCode
Pergunte à IA
Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo