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

Bug | Possibly wrong order of function arguments #39

Open
srinathganesh1 opened this issue Jul 20, 2020 · 1 comment
Open

Bug | Possibly wrong order of function arguments #39

srinathganesh1 opened this issue Jul 20, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@srinathganesh1
Copy link

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

@srinathganesh1 srinathganesh1 changed the title Bug | Possibly wrong order of function arguments (in correct code) Bug | Possibly wrong order of function arguments Jul 20, 2020
@srinathganesh1
Copy link
Author

DeepBugs is flagging this piece of code too "hello_world!".upper().replace("_", " ") which again runs perfectly fine

@AnastasiaTuchina AnastasiaTuchina added the bug Something isn't working label Jul 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants