Created directories for the chapters
This commit is contained in:
8
kapitel9/sidan_169_ex1.py
Normal file
8
kapitel9/sidan_169_ex1.py
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
def ranta(kr, ranta=2, ar=1):
|
||||
ranta = (ranta / 100) + 1
|
||||
svar = kr*ranta**ar
|
||||
return (svar)
|
||||
|
||||
print(ranta(55000))
|
||||
Reference in New Issue
Block a user