import asyncio from time import time for i in range(10): time.sleep(1) print(i)

IDA-Syntax Converter

print('Now you can!') >