up
This commit is contained in:
parent
fa4212c1b8
commit
6d3daf4822
10
Petites_fiches_gros_travail.py
Normal file
10
Petites_fiches_gros_travail.py
Normal file
@ -0,0 +1,10 @@
|
||||
auteur = [0] * 6
|
||||
titre = [0] * 6
|
||||
|
||||
for loop in range(6):
|
||||
auteur[loop] = input()
|
||||
titre[loop] = input()
|
||||
|
||||
for loop in range(6):
|
||||
print(titre[loop])
|
||||
print(auteur[loop])
|
Loading…
x
Reference in New Issue
Block a user