forme courte de la déclaration if dans Python

a=1
b='banana' if a==1 else 'IDK'
Mouad En-naciry