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 avis - Accueil - Outils
- Citizen code python solution ✓ - Forum Python
- Citizen Code : Saison 1 Episode 3, difficulté à comprendre - Forum Python
- Python est introuvable - Forum Python
- Ce programme est écrit en python. ✓ - Forum Python
2 réponses
yg_be
Messages postés
23437
Date d'inscription
Statut
Contributeur
Dernière intervention
Ambassadeur
1 587
bonjour,
peut-être:
peut-être:
a = 5
b = 0
c = 0
if a == 5:
b = 40
c = 30