Posts by Camilo Kuhl • 9 points
3 posts
-
0
votes1
answer26
viewsA: Is there any reason why the screen is completely black in the kivy program?
I just managed to find myself, found the reason to turn black. Well I will explain to those who come to have the same problem. There at the end, in the last class it is necessary that it has the…
-
-1
votes1
answer26
viewsQ: Is there any reason why the screen is completely black in the kivy program?
I’m running into a very annoying problem trying to run the program. I looked at questions similar to mine on the site, but they didn’t give me much light. I need to do a job, but every time I create…
-
-1
votes2
answers105
viewsQ: How can I turn a string into a float?
I am doing a job and I came across the following situation: I have a list with decimal numbers. But the list is like a string. For example: h = ["3,5","4,3","8,9"] Now my problem appears, I need the…