dongsheng's picture
Upload 48 files
41e79e2 verified
raw
history blame contribute delete
48 Bytes
b = True
while True:
print(b)
b = not b