Create a variable called lines and set it to the string "Line 1\nLine 2" (using the \n escape sequen
A medium Python interview practice problem on DataDriven. Write and execute real python code with instant grading.
- Domain
- Python
- Difficulty
- medium
Problem
Create a variable called lines and set it to the string "Line 1\nLine 2" (using the \n escape sequence for a newline). Then print it.
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a real environment and grades it automatically.