dan logika Python
# if statement with and operator in python
if a and b:
doSomthing
Mouadh dahech
# if statement with and operator in python
if a and b:
doSomthing