Skip to content

Instantly share code, notes, and snippets.

@BMU-Verlag
Created September 10, 2024 08:26
Show Gist options
  • Save BMU-Verlag/1a908842e3ddbeb1bc05b8674407e8aa to your computer and use it in GitHub Desktop.
Save BMU-Verlag/1a908842e3ddbeb1bc05b8674407e8aa to your computer and use it in GitHub Desktop.
funktionen
def addiere(x, y):
return x + y
ergebnis = addiere(3, 4)
print(ergebnis)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment