Advertisement
Guest User

Untitled

a guest
Dec 15th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.42 KB | None | 0 0
  1. Grille de sudoku :
  2. [Traceback (most recent call last):
  3.   File "\\VFILER-AD-ETU.AD.UNISTRA.FR\CHAFIOL\Documents\S1\P11\test.py", line 348, in <module>
  4.     formater(9,9,t) #on formate pour le visuel la grille de sudoku à remplir
  5.   File "\\VFILER-AD-ETU.AD.UNISTRA.FR\CHAFIOL\Documents\S1\P11\test.py", line 337, in formater
  6.     rep=("{0:3},".format(pTab[l,c]))
  7. TypeError: non-empty format string passed to object.__format__
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement