π©βπ»
Code Monkey
5 pointslearning & intelligence
Write and successfully run your first program ('Hello World').
How to complete Code Monkey
Getting a computer to print 'Hello World' is the universal first step into programming: you write instructions, run them, and watch the machine obey. Tiny as it is, it proves your whole toolchain works and that you can close the write-run-see loop.
- Pick a beginner-friendly language like Python or JavaScript.
- Use an instant online editor (replit.com, the browser console) so you skip installation headaches at first.
- Type the one line that prints text, for example print("Hello World") in Python.
- Run it and confirm the words appear in the output.
- Change the text to your own name and run it again to prove you understand what changed.
Tips
- Match quotes and capitalization exactly; most first errors are a missing bracket or typo.
- Read the error message instead of guessing; it usually names the line and the problem.
- Once the browser version works, try installing the language locally to learn the real workflow.
What counts as done
Your program ran and printed 'Hello World' (or your own text) to the screen without errors.
5
points awarded
β
raritysoon
Track this achievement
Sign up for free and start earning points for real-life milestones.
Start trackingRecently completed by
More learning & intelligence
π£οΈ
New Tongue: Level 1
Learn your first 100 words in a new language.
30 points
π
World Knowledge: Europe
Learn key historical facts about five countries in Europe.
15 points
π
World Knowledge: Americas
Learn key historical facts about five countries in the Americas.
15 points
π
The Graduate
Earn your first university degree. Cap thrown, stats permanently increased.
70 points
π
Licensed Driver
Pass your driving test and earn a full driver's license.
50 points
ποΈ
Local History
Study the history of the place where you live.
15 points