Posts by skatrouxas s • 19 points
2 posts
-
-1
votes1
answer47
viewsQ: PYTHON error index out of range
There I was trying to create a script that did permutation, create a combination of the list items in a new list. Follow the python code: itens = [] while True: adition = input('Coloque os itens: ')…
-
2
votes0
answers128
viewsQ: Error permission denied in python
I was writing a code to try to connect to my wi-fi network using python. I used the following code: from wi - fi import Cell, Scheme try: cell = Cell.all('wlan0') except: print(Exception) passkey =…