some new things, mostly not working or finished
This commit is contained in:
5
functions/firstlast.py
Normal file
5
functions/firstlast.py
Normal file
@@ -0,0 +1,5 @@
|
||||
def wort_funktion(s : str) -> str:
|
||||
last = len(s)
|
||||
print(s[0] + s[(len(s)) - 1])
|
||||
|
||||
wort_funktion("das ist ein string!")
|
||||
Reference in New Issue
Block a user