Build a Proper Greeting
Use string methods to format a name correctly and build a welcome message.
A beginner Linux challenge worth 3 points. Solve it hands-on in a real Linux environment in your browser - no local setup, no fake shells.
The Challenge
Scenario: /home/labuser/lab/greeting.py should turn a lowercase full name into a friendly, properly capitalized welcome message, but it currently does neither.
Task: Fix greeting.py so it prints and saves exactly Welcome, Ada L.! for the name ada lovelace. Run check when ready.