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

Upload New File

parent 786959b3
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*-
"""
Created on Tue Jan 15 14:38:09 2019
@author: rouhani
"""
"""
def <navn>(parametere):
<innhold>
<return>
"""
def beregnArealSirkel(r):
return 3.1428*r*r
r=10
a=beregnArealSirkel(r)
print("Areal av sirkel med radius "+str(r) +" er "+str(a))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment