Files
TransPyC/TransPyV/Test/App/for_test.py
2026-07-18 19:25:40 +08:00

9 lines
125 B
Python

import stdio
import t, c
def for_test() -> int:
for j in range(5):
stdio.printf("for: j=%d\n", j)
return 0