Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Hello, me! | The basics
Practice
Projects
Quizzes & Challenges
Quizzes
Challenges
/
Learn Python from Scratch
Section 1. Chapter 2
single

single

bookHello, me!

Swipe to show menu

Congratulations! Now, let's modify this simple program. In the example below variable "person" is assigned value "Mary" and the program uses that name in printing the greeting. (feel free to change it to your own name :)

12
person = "Mary" print("Hello,", person)
copy
Task

Swipe to start coding

Assign your own name to the variable "person" and print the greeting!

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

Section 1. Chapter 2
single

single

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

some-alt