코딩/Python

[Python] while 조건문에 True 입력하면 무한루프

Say_Young 2022. 9. 15. 05:37

while 조건식에 True 입력하면 무한 반복 가능. 

while True;
	print('Hello, world')