i Logic Python

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