Exercise 1•Ai-foundation
Question
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.
