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 is a part of the course
“Introduction to Python”
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)