Class 6 Chapter 4 AI With Python 1
Class 6 Chapter 4 AI With Python 1
Q. 1. Choose and tick () the correct answer from the given options.
a. JavaScript
b. Matplotlib
c. All of these
d. int()
e. %
a. True
b. False
c. False
d. True
e. False
Q. 3. Answer the following questions:
Q. 5. Do as directed.
i. vowels = "AEIOUaeiou"
character = input("Enter a single character: ")
if character in vowels:
print("The character is a vowel")
else:
print("The character is not a vowel")