Teil 6 "Objekte ist neu
Repository aufgeräumt.
This commit is contained in:
6
teil4/fstring.py
Normal file
6
teil4/fstring.py
Normal file
@@ -0,0 +1,6 @@
|
||||
a=5
|
||||
b=10
|
||||
|
||||
produkt = a * b
|
||||
|
||||
print(f'Das Produkt aus {a} und {b} ist {produkt}')
|
Reference in New Issue
Block a user