Instead of using “else”, try typing “elif”
Else and elif can be used with conditions. Else cannot. It’s like if you have three choices it would be:
if (condition) {
} elif (condition) {
} else {
}
Instead of using “else”, try typing “elif”
Else and elif can be used with conditions. Else cannot. It’s like if you have three choices it would be:
if (condition) {
} elif (condition) {
} else {
}