First Steps
Task
Swipe to start coding
Output the word 'Store'
using the print
statement.
- Keep the existing print statement.
- Use
print
statement on the second line to output'Store'
.
Requirements checklist
- Check that the word 'Store' is printed to stdout.
- Check that the word 'Welcome to the Grocery' is printed to stdout.
Solution
Everything was clear?
Thanks for your feedback!