Posts by HyPe • 13 points
2 posts
-
1
votes0
answers809
views -
0
votes1
answer129
viewsQ: Read files in python
good... I have a file with the following things : if else ( ) ' " print and the following code : arq = open('system/commands.txt','r') arquivo = arq.readlines() for l in range(0,7):…