Cognizant Questions
🐍 Python Programming (15 Questions)
What are Python’s key features? Interpreted, high-level, dynamically typed, garbage-collected, supports OOP and functional programming.
What are lists and tuples?
List: Mutable, uses []
Tuple: Immutable, uses ...
athuluriakhil.hashnode.dev13 min read