Posts by Pedro Ivo • 15 points
3 posts
-
0
votes1
answer113
viewsQ: Error when using If parole
I am trying to analyze the data from the following table. This is a Trades record just to make it clear. DATAFRAME: def lista_preco(): #ainda falta resolver os trades depois de 19h lista_dias =…
-
1
votes1
answer51
viewsQ: How to exit the VBA loop
Hi guys vcs can help me, I’m running two loops, but I need to stop running the loop when the rows2 variable equals 38. I’m a beginner in programming. I don’t know how you solve. Sub qty() rows1 = 2…
-
-2
votes2
answers101
viewsQ: Doubt print game list of old Python
I’m developing the old game, which is still in the beginning. I’m having trouble trying to print the first line of the list. When I print the list, it’s always empty. There could be two mistakes: or…