Get startedGet started for free

Your first Python code

It's time to run your first Python code!

Head to the code and hit the run code button to see the output.

This exercise is part of the course

Introduction to Python

View Course

Exercise instructions

  • Hit the run code button to see the output of print(5 / 8).

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Hit run code to see the output!
print(5 / 8)
Edit and Run Code