Running your first Python script
You will execute your first Python code in this exercise
NOTE: You do not need to change or add anything to the existing code
This exercise is part of the course
Introduction to Python for Developers
Exercise instructions
- Click the Run Code button to execute the Python script and see the results in the Python shell area.
- Click the Submit Answer button to proceed to the next exercise.
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
print("I Love Python")