Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Working with functions | Introduction to Jupyter notebook
Introduction to Jupyter notebook: Python

book
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

  1. Replace ... with the necessary calculation. Remember, your function needs to convert number of seconds to days.
  2. Replace ... with the name of function and name of variable you created before.

Løsning

# 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
Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 1. Kapittel 3
single

single

taskCode

Spør AI

expand

Spør AI

ChatGPT

Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår

We use cookies to make your experience better!
some-alt