# osPy: ordinary Python, made deterministic by construction. # Whatever this prints is what goes onchain. print("Hello, onchain world!") for i in range(1, 5): print(f" step {i}: {2 ** i} OSU")