Skip to content
Snippets Groups Projects
Commit 4a6e958b authored by Majid Rouhani's avatar Majid Rouhani
Browse files

Upload New File

parent c6afc303
No related branches found
No related tags found
No related merge requests found
#Oppgave 2a)
a = float(input("Oppgi a: "))
b = float(input("Oppgi b: "))
#Oppgave 2b)
c = a + b
print(c)
def beregnArealSirkel(r):
return 3.1428*2*2
beregnArealSirkel(10)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment