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
- Mot secret python pix ✓ - Forum Python
- Afficher un message sur python "" ✓ - Forum Python
- \R python ✓ - Forum Python
- Ce programme est écrit en python il construit un mot secret ✓ - Forum Python
2 réponses
yg_be
Messages postés
24281
Date d'inscription
Statut
Contributeur
Dernière intervention
Ambassadeur
1 585
bonjour,
peut-être:
peut-être:
a = 5
b = 0
c = 0
if a == 5:
b = 40
c = 30