We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c60b444 commit 0ecdc30Copy full SHA for 0ecdc30
input.py
@@ -0,0 +1,5 @@
1
+#!/usr/bin/env python
2
+
3
+NAME = input("Wie ist Dein Name: ")
4
5
+print("Hallo " + NAME + " schön das du da bist !\n")
0 commit comments