Course of Raku / Essentials / Conditional checks / Comparing strings
Quiz 1 — Compare strings
Check those expressions that result in True
.
'abc' eq 'ABC' | ||
'def' ne 'DEF' | ||
'aaa' gt 'bbb' | ||
'aaa' le 'bbb' | ||
'zyx' ge 'zyx' | ||
'135' le '005' |
More practice
Course navigation
← Conditional checks / Comparing numbers | Conditional checks / Ternary operator →
💪 Or jump directly to the exercises to this section.
Translations of this page: English • Deutsch • Español • Italiano • Latviešu • Nederlands • Български • Русский • Українська