Create a single-element tuple called solo containing only the value 42
A medium Python interview practice problem on DataDriven. Write and execute real python code with instant grading.
- Domain
- Python
- Difficulty
- medium
Problem
Create a single-element tuple called solo containing only the value 42. Then convert the given list called items into a tuple called frozen. Print solo and frozen on separate lines.
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a real environment and grades it automatically.