This is project 1 of 6 in the Introduction to Python path.
This project provides step-by-step instructions to help you learn new skills.
Find out what the Python π programming language can do by writing an interactive project that uses emojis π ππΌ ππ½ ππΎ ππΏ.
Emojis are small colorful images π₯° used to add extra meaning to messages. Emoji means βpicture wordβ in Japanese.
You will:
What do you think the code will do?
print("Hello, World!")
This line of code prints "Hello, World!" to the screen. It's a simple way to start learning how to use Python.