Git in VS Code auf dem Laptop

This commit is contained in:
2026-08-25 22:38:04 +02:00
parent b5708201a9
commit 8c564647a2
2 changed files with 12 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
# Default ignored files
/shelf/
/workspace.xml
/.idea/
+11
View File
@@ -0,0 +1,11 @@
# -*- coding: utf-8 -*-
print ("Hallo! Willkommen bei MikaGPT. Was kann ich für Sie tun?")
uinput = (input("Bitte Eingabe beginnen ").lower().split())
while uinput:
if "bye" in uinput:
print("MikaGPT wird nun beendet.")
break