everything we were supposed to do at school redid at home and uploaded to git

This commit is contained in:
zyqunix 2025-03-20 20:27:56 +01:00
parent 78bbec925b
commit 6b90ee49d0
9 changed files with 77 additions and 0 deletions

View file

@ -0,0 +1,5 @@
vorname = "Anna";
nachname = "Schmid";
print("Hallo, " + vorname + " " + nachname + "!");
print(f"Hallo, {vorname} {nachname}!");