Jak zrobić niekończącą się pętlę w Pythonie
while True:
print("hello world")
Adorable Addax
while True:
print("hello world")