Begynder done. /JL

This commit is contained in:
Jan Lerking
2025-03-17 13:05:30 +01:00
parent 250e562514
commit be2ae1cdc9
4 changed files with 22 additions and 0 deletions

6
begynder/main.py Normal file
View File

@@ -0,0 +1,6 @@
MIN_VARIABEL = "Hej med dig!"
def udskriv_variabel(var):
print(var)
udskriv_variabel(MIN_VARIABEL)