Trending

#CondicionalesPython

Latest posts tagged with #CondicionalesPython on Bluesky

Latest Top
Trending

Posts tagged #CondicionalesPython

Post image

📌 Tip #43 en #Python
Combina condiciones con and y or:
edad = 25
tiene_licencia = True
if edad >= 18 and tiene_licencia:
print("Puede conducir")
else:
print("No puede conducir")

🎥 www.youtube.com/@josecodetech/

#JoseCodeTech #Programacion #Codigo #AprendePython #CondicionalesPython

0 0 0 0