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 …
Q1 What is Python and what are its key features? Basic Ans: Python is a high-level, interpreted, dynamically typed, general-purpose …