Kursinnhold
Introduction to Jupyter notebook: Python
Working with functions
In the same way as with variables, you can declare your own functions and then use them in the notebook.
Oppgave
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.
Løsning
Mark tasks as Completed
Alt var klart?
Takk for tilbakemeldingene dine!
Seksjon 1. Kapittel 3
Working with functions
In the same way as with variables, you can declare your own functions and then use them in the notebook.
Oppgave
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.
Løsning
Mark tasks as Completed
Alt var klart?
Takk for tilbakemeldingene dine!
Seksjon 1. Kapittel 3