#Importation CSV
##Connexion avec le drive
from pydrive.auth import GoogleAuth
from pydrive.drive import GoogleDrive
from google.colab import auth
from oauth2client.client import GoogleCredentials
auth.authenticate_user()
#Importation CSV
##Connexion avec le drive
from pydrive.auth import GoogleAuth
from pydrive.drive import GoogleDrive
from google.colab import auth
from oauth2client.client import GoogleCredentials
auth.authenticate_user()
|            name                             |      country     | capacity |
|.............................................|..................|..........|
|Beauxbatons Academy of Magic                 | France           | 550      |
|Castelobruxo                                 | Brazil           | 380      |
|Durmstrang Institute                         | Norway           | 570      |
|Hogwarts School of Witchcraft and Wizardry   | United Kingdom   | 450      |
|Ilvermorny School of Witchcraft and Wizardry | USA              | 300      |
SELECT * FROM wizard WHERE birthday BETWEEN '1975-01-01' AND '1985-12-31' AND is_muggle=0 ;+----+-----------+----------+------------+-------------+---------------------------------------+-----------+
| id | firstname | lastname | birthday   | birth_place | biography                             | is_muggle |
+----+-----------+----------+------------+-------------+---------------------------------------+-----------+
|  1 | harry     | potter   | 1980-07-31 | london      |                                       |         0 |
| Variables | |
| nombreSaisi | |
| resultat | |
| DEBUT | |
| Faire une boucle avec le nombre saisi | |
| imprimer ("Bienvenue à la wild") | |
| FIN |