Junior — Senior
Which character will be displayed in example №24
livecode
Task condition
Determine which symbol will appear in the console after executing the following Swift code.
enum FinancialInstitution: String {
case sberbank = "sber"
}
if FinancialInstitution.sberbank == "sber" {
print("💚")
}