Skip to content

Commit 0ecdc30

Browse files
committed
add inout.py
1 parent c60b444 commit 0ecdc30

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

input.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)