Cursusinhoud
Introduction to Python (copy)
Introduction to Python (copy)
First Steps
print("Hello World")
Taak
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'
.
Oplossing
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 1. Hoofdstuk 1
First Steps
print("Hello World")
Taak
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'
.
Oplossing
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 1. Hoofdstuk 1