IIF Python

is_success = True
text = 'SUCCESS' if is_success else 'FAIL'
Reinosoft