Exercise 11 · Chapter: Input & Type ConversionOptional+50 XP
Coin Quest: Name Your Hero
🪙 Every hero needs a name — and now your programs can listen.
Ask for the player's name with input(), then greet them with exactly:
Welcome to Coin Quest, <name>
Expected output
Welcome to Coin Quest, Zia
Need a hint?
2 available · costs 5 XP each
python
Output
Run your code to see the output here.