Exercise 1•Ai-foundation
Question
Question
Write a Python script that creates three sets: AI_techniques, ML_techniques, DL_techniques. ML_techniques is a subset of AI, DL_techniques is a subset of ML. Use set operations to verify subset relations and print the results.
