Merge branch 'master' of https://github.com/bregman-arie/devops-exercises
This commit is contained in:
commit
604cd75011
@ -4708,7 +4708,7 @@ The reason is that the two created empty list are different objects. `x is y` on
|
|||||||
|
|
||||||
```
|
```
|
||||||
char = input("Insert a character: ")
|
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!")
|
print("It's a vowel!")
|
||||||
```
|
```
|
||||||
</summary><br><b>
|
</summary><br><b>
|
||||||
|
Loading…
Reference in New Issue
Block a user