example: ``` for i in range(n):print("hello") ``` into ``` for _ in'/'*n:print("hello") ```
example:
into