8 lines
104 B
Python

#!/usr/bin/env python3
def artig(namn):
print("Hej",namn + ", hur mår du idag?")
artig("Kalle")