Posts by Mauro Martins Júnior • 55 points
2 posts
-
0
votes1
answer54
viewsQ: Request Restsharp
Good night people. I’m new to the C# world and I’m having the following problem using a C# code that makes an authentication request using Restsharp. This code was generated/exported from a request…
-
4
votes1
answer49
viewsQ: Python Any checks too many elements even returning a True option with the first
I’m having a question about how built-in any python: variavel = None any([not variavel, variavel.get("chave1"), variavel.get("chave2")]) The way I see it, if the first item on the list was True, the…
pythonasked Mauro Martins Júnior 55