Pix python
Résolu
Soldat7632
-
Phil_1857 -
Phil_1857 -
Bonjour,
Je n'arrive pas a trouvé le mot secret de ce code python pouvez-vous m'aider svp ?
mots ='FORGES COFFRET CLAPET NOIRCIR FLORES ASTRILD CREPES POULPES HANSES POIGNET'
a = 0
b = len(mots)
titi=''
for i in range(0, int(len(mots)/2)):
if (mots[i]==' '):
titi = titi + mots[abs(a-b)]
a = a + 2
Windows / Chrome 122.0.0.0
A voir également:
- Python pix
- Mot secret python pix - Meilleures réponses
- Afficher un mot secret python pix - Meilleures réponses
- Citizen code python avis - Accueil - Outils
- Code ascii pix - Guide
- Code portail pix ✓ - Forum VB / VBA
- Qui veut devenir l'ami de julia pix reponse ✓ - Forum Vos droits sur internet
- Image manchot plage pix - Forum Graphisme
4 réponses
yg_be
Messages postés
23541
Date d'inscription
Statut
Contributeur
Dernière intervention
Ambassadeur
1 584
bonjour,
peut-être en ajoutant ceci à la fin du code?
print(titi)