Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Challenge: Building functions | What is Function in Python?
Python Functions Tutorial

Challenge: Building functionsChallenge: Building functions

Let's get to know each other. I wrote a function that will output my name to you, and you will write a function that will output your name.

So, the say_my_name function simply prints the phrase 'My name is Heisenberg' to the screen, and we can call this function to see this output.

Task

You have to write a function that prints your name in the console. This function must have no parameters and no return value. The name of the function must be print_name.

Once you've completed this task, click the button below the code to check your solution.

Everything was clear?

Section 1. Chapter 2
toggle bottom row
course content

Course Content

Python Functions Tutorial

Challenge: Building functionsChallenge: Building functions

Let's get to know each other. I wrote a function that will output my name to you, and you will write a function that will output your name.

So, the say_my_name function simply prints the phrase 'My name is Heisenberg' to the screen, and we can call this function to see this output.

Task

You have to write a function that prints your name in the console. This function must have no parameters and no return value. The name of the function must be print_name.

Once you've completed this task, click the button below the code to check your solution.

Everything was clear?

Section 1. Chapter 2
toggle bottom row
some-alt