Kursinnehåll
Introduction to Python (copy)
Introduction to Python (copy)
First Steps
print("Hello World")
Uppgift
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'
.
Lösning
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 1. Kapitel 1
First Steps
print("Hello World")
Uppgift
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'
.
Lösning
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 1. Kapitel 1