Exercise 1 · Chapter: Input & Type ConversionRequired+50 XP
Echo
Read a word from the user using input(), then print it back.
Example:
Input:
hello
Output:
hello
Need a hint?
3 available · costs 5 XP each
python
Output
Run your code to see the output here.