Posts by DimitriFinger • 83 points
6 posts
-
1
votes1
answer22
viewsA: Pylint on Vscode
Dude, running while you’re programming I don’t think it’s possible, a solution to this would be for you to decrease the time between the automatic VSCode, so he saves himself more often and already…
-
1
votes1
answer35
viewsA: Python - Error import pandas
You did the installation using Pip? pip3 install python-dateutil
-
2
votes1
answer61
viewsA: Function for Python Sum and Average
In the first function your Return needs to stay out of the loop, so: def soma(lista): soma_lista = 0 for i in lista: soma_lista += i return soma_lista…
-
1
votes1
answer41
viewsA: I am making a program in python, and Return is not working
His method primo(b, d) returns the value "d", but when you call the method it is not storing this return anywhere. To solve this problem, assign the function to a variable, for example:…
-
0
votes0
answers18
viewsQ: Relationship between two Combobox in Access
I’m trying to relate 2 Comboboxes in Acess, but I can’t find how to do it. This is my form, I would like when selecting the value in the field "Expense Type", the values of the field below,…
-
0
votes1
answer154
viewsQ: VBA excel perform action from dropdown selection
Talk people, good afternoon, all right? I came to ask for help from the university because I’ve been racking my brain for days and I can’t seem to solve my problem. I basically have this table: By…