This commit is contained in:
2025-12-06 12:47:12 +01:00
parent e0330cd01f
commit 6570659507

View File

@@ -31,6 +31,8 @@ def system_info():
print("\nHinweis: Für detaillierte Hardwareinfos bitte 'psutil' installieren:") print("\nHinweis: Für detaillierte Hardwareinfos bitte 'psutil' installieren:")
print(" pip install psutil") print(" pip install psutil")
print(" und jetzt kommt das Ende") print(" und jetzt kommt das Ende")
print("Hello World!")
if __name__ == "__main__": if __name__ == "__main__":
system_info() system_info()