Teil 6 "Objekte ist neu
Repository aufgeräumt.
This commit is contained in:
7
teil3/kreis.py
Normal file
7
teil3/kreis.py
Normal file
@@ -0,0 +1,7 @@
|
||||
PI = 3.1415
|
||||
r=10
|
||||
|
||||
a = PI * r*r
|
||||
|
||||
print(f'Der Flächeninhalt beträgt: {a}')
|
||||
|
Reference in New Issue
Block a user