Probleme python URGENT !
Fermé
olivia
-
20 juin 2004 à 15:34
sebsauvage Messages postés 32893 Date d'inscription mercredi 29 août 2001 Statut Modérateur Dernière intervention 21 octobre 2019 - 22 juin 2004 à 18:18
sebsauvage Messages postés 32893 Date d'inscription mercredi 29 août 2001 Statut Modérateur Dernière intervention 21 octobre 2019 - 22 juin 2004 à 18:18
bonjour,
Est il possible en python
quand on fait un
for line in readerBuffer.readlines()
d' avoir acces a la ligne suivante
j'ai besoin de faire un test dessus!!
c'est assez urgent
aidez moi s'il vous plait
olivia
Est il possible en python
quand on fait un
for line in readerBuffer.readlines()
d' avoir acces a la ligne suivante
j'ai besoin de faire un test dessus!!
c'est assez urgent
aidez moi s'il vous plait
olivia
A voir également:
- Probleme python URGENT !
- Citizen code python avis - Accueil - Outils
- Python generator - Télécharger - Sécurité
- Mot secret python pix ✓ - Forum Python
- Python pix ✓ - Forum Python
1 réponse
sebsauvage
Messages postés
32893
Date d'inscription
mercredi 29 août 2001
Statut
Modérateur
Dernière intervention
21 octobre 2019
15 662
22 juin 2004 à 18:18
22 juin 2004 à 18:18
lignesuivante = "" for line in readerBuffer.readlines() lignecourante = lignesuivante lignesuivante = line <mon traitement sur lignecourante et lignesuivante>
ou quelquechose d'approchant.