If then en python
Résolu
lolita
-
lolita -
lolita -
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 - Accueil - Outils
- Mot secret python pix ✓ - Forum Python
- Programme python ✓ - Forum Python
- Citizen code python solution - Forum Python
- Python est introuvable. exúcutez sans argument pour procúder ó l ✓ - Forum Python
2 réponses
yg_be
Messages postés
24281
Date d'inscription
Statut
Contributeur
Dernière intervention
Ambassadeur
1 586
bonjour,
peut-être:
peut-être:
a = 5
b = 0
c = 0
if a == 5:
b = 40
c = 30