Skip to content

Remove variable in loop when not used #8

@bluesheeptoken

Description

@bluesheeptoken

example:

for i in range(n):print("hello")

into

for _ in'/'*n:print("hello")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions