File size: 48 Bytes
41e79e2
 
 
 
1
2
3
4
5
b = True
while True:
    print(b)
    b = not b