Skip to content
This repository was archived by the owner on Jan 27, 2023. It is now read-only.

Bug | Possibly wrong order of function arguments #39

@srinathganesh1

Description

@srinathganesh1

Here I have a simple piece of code that prints length.

a = [1, 2, 3]
print("Hello", len(a))
# Output: Hello 3

and the DeepLearning suggestion for me is
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions