Skip to content

Commit df80aae

Browse files
authored
Few Additions
1 parent 08b2380 commit df80aae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3249,6 +3249,10 @@ if char == "a" or char == "y" or char == "o" or char == "e" or char =="u" or ch
32493249
</summary><br><b>
32503250
</b></details>
32513251

3252+
```
3253+
if lower(input("Insert a character: ")[0]) in "aieou":
3254+
print("It's a vowel!")
3255+
```
32523256
<details>
32533257
<summary>Explain inheritance and how to use it in Python</summary><br><b>
32543258

0 commit comments

Comments
 (0)