Home New Trending Search
About Privacy Terms
#
#CondicionalesPython
Posts tagged #CondicionalesPython on Bluesky
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