mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2024-11-24 08:22:12 +02:00
parent
a1099473cf
commit
9c327e5a6b
@ -4675,7 +4675,7 @@ The reason is that the two created empty list are different objects. `x is y` on
|
||||
|
||||
```
|
||||
char = input("Insert a character: ")
|
||||
if char == "a" or char == "y" or char == "o" or char == "e" or char =="u" or char == "i":
|
||||
if char == "a" or char == "o" or char == "e" or char =="u" or char == "i":
|
||||
print("It's a vowel!")
|
||||
```
|
||||
</summary><br><b>
|
||||
|
Loading…
Reference in New Issue
Block a user