chapitre Python : code Flashcards

1
Q

comment importer l’information nécéssaire

A

from database import *

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

comment créer une variable

A

x=…

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

comment stocker une table dans une variable

A

loadTable(“tablename”)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

comment afficher une table stockée dans une variable

A

displayTable(table)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly