Lagt till kapitel 9
This commit is contained in:
7
kapitel9/funktion-ex2.py
Normal file
7
kapitel9/funktion-ex2.py
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
def hej():
|
||||
print("Jag kommer bara att säga hej")
|
||||
|
||||
hej()
|
||||
|
Reference in New Issue
Block a user