SNT (2nde) > chapitre Python : code > Flashcards
comment importer l’information nécéssaire
from database import *
comment créer une variable
x=…
comment stocker une table dans une variable
loadTable(“tablename”)
comment afficher une table stockée dans une variable
displayTable(table)