Posts by gust4vo • 23 points
3 posts
-
0
votes1
answer170
viewsQ: Return returns only the first value of the list (python)
I’m creating a bot in the Discord that displays the films available in the cinema. It turns out I already had a Web Crawler in Python that did this, and I decided to put it to work on the bot by…
-
1
votes1
answer129
viewsQ: Error while running python
I’m testing a python code and I have the libraries it uses, but when I run, it gives this error: Importarror: DLL load failed: %1 nờo Ú um aplicativo Win32 vßlido. The version is 64 bits. Code:…
-
-4
votes4
answers21246
viewsQ: Doubt average with Python 3.5
I am creating a program, using Python 3.5, to calculate average, but in my school there are some subjects with two teachers, and each one gives a different test. The problem is that the code I…