Skip to content

DoLoops not working for i64 increment variable #770

@Madhav2310

Description

@Madhav2310

For the following code:

    i: i64
    for i in range(len(s)):
        char = s[i]
        if ord(char) >= 65 and ord(char) <=90 :
            result += chr(ord(char) + 32)
        else :
            result += char

This works for i: i32 but not for i: i64

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions