YmcAI's picture
Dr VegaPunk
b104841
raw
history blame
No virus
72 Bytes
for i in range(0, 100):
print(i)
if i == 10:
break