Given greeting = 'HELLO' and name = 'world', print greeting.lower() followed by a comma, a space, an
A medium Python interview practice problem on DataDriven. Write and execute real python code with instant grading.
- Domain
- Python
- Difficulty
- medium
Problem
Given greeting = 'HELLO' and name = 'world', print greeting.lower() followed by a comma, a space, and name.title() plus '!'. The whole thing should be one line.
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a real environment and grades it automatically.