Begynder done. /JL
This commit is contained in:
6
begynder/sum.py
Normal file
6
begynder/sum.py
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
def sum(tal1, tal2):
|
||||
return str(f"Resultat {tal1} + {tal2}: {tal1 + tal2}")
|
||||
|
||||
resultat = sum(5, 3)
|
||||
print(resultat)
|
||||
Reference in New Issue
Block a user