Wie man in Python eine nie endende Schleife macht
while True:
print("hello world")
Adorable Addax
while True:
print("hello world")