check the console :D

learning python!

for v in range(50): if v == 30: break print(v) print("done")

print('purely in python!') print('you think i lie?') print('check site code!')