Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. os.chdir('/home/marlon/Shift One/Projeto Philips/Consolidação de Arquivos')
  2.  
  3. for i in range(9):
  4. with zip.ZipFile("MR - Ressonancia MagneticaSensores'%d'_'%d'_'#s'_'%d'_'#s'.zip" % i, "r") as f:
  5. for line in f :
  6. print(line)
  7.  
  8. TypeError: not enough arguments for format string
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement