Loading

Quipoin Menu

Learn • Practice • Grow

ai-foundation / Types of AI
exercise
1/5
Exercise 1Ai-foundation
Question

Write a Python class `AIType` with attributes `name` (string) and `capability` (string). Create three objects for Narrow AI, General AI, and Super AI, and store them in a list. Then iterate and print each type.