If then en python
Résolu/Fermé
Bonjour,
Comment convertir en Python:
par avance MERCI
Comment convertir en Python:
a = 5; b = 0; c = 0
if a = 5 then b = 40; c = 30
par avance MERCI
Configuration: Linux / Firefox 95.0
A voir également:
- If then en python
- Citizen code python avis - Accueil - Outils
- If exist ✓ - Forum Autoit / batch
- Python est introuvable. exúcutez sans argument pour procúder ó l ✓ - Forum Python
- Python generator - Télécharger - Sécurité
2 réponses
yg_be
Messages postés
23486
Date d'inscription
lundi 9 juin 2008
Statut
Contributeur
Dernière intervention
13 mars 2025
Ambassadeur
1 570
Modifié le 14 déc. 2021 à 14:57
Modifié le 14 déc. 2021 à 14:57
bonjour,
peut-être:
peut-être:
a = 5 b = 0 c = 0 if a == 5: b = 40 c = 30