Compare commits

..

2 Commits

Author SHA1 Message Date
73fc7d0827 7700k 2025-12-06 12:51:00 +01:00
6570659507 7700K 2025-12-06 12:47:12 +01:00

View File

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