On-screen text
Duolingo for Coding
Ask the hacker for the secret code and print it.
python
print("Enter the secret code")
code = input()
print("Accessing system...")
print("Code: ")
print(code)
Movie Ticket Summary
1 movie = "Dune"
2 tickets = 2
3 price = 12.5
4 total = tickets * price
5 print("You bought ", tickets, "
tickets for ", movie, ")"
6 print("Total cost:", total )
You bought 2 tickets for Dune.
Total cost: $25
You advanced to the
Sapphire League!
+2 Quest Points!
Start a streak
Spend 10 minutes learning
Get 10 in a row in 2 lessons
Languages
Python
Build software, automate tasks, and analyze data
JavaScript
Build websites, interactive apps, and add logic to the web
HTML & CSS
Build web pages, style content, and the structure of the web
Swift
Build iOS apps and smooth user experiences
Java
Build enterprise apps, Android apps, and robust backends
C#