Posts by Gabriel Santana • 9 points
2 posts
-
0
votes1
answer20
viewsQ: create array through a python file
I’m a beginner in python, and I’m trying to create a code to display login information, in a text file the information is saved like this: 13:30, Gabriel Santana, 12345678 in the case what is saved…
pythonasked Gabriel Santana 9 -
0
votes1
answer22
viewsQ: Pick up api information with local socket
Good afternoon, I am developing a program to process Whatsapp messages and answer them (chatbot) and for that I bought a program called zapmax, in it is detected the message and is sent to the…