Python MCQ — Basics to Advanced
What is the output of `print(type([]))` in Python? A <class 'list'> B <class 'array'> C list D <type …
Jan 20, 2025
Read more
What is the output of `print(type([]))` in Python? A <class 'list'> B <class 'array'> C list D <type …