Write your first Python code
Beginner
Developer
Student
Visual Studio Code
Get started with Python programming. Learn to display output, accept user input, and manipulate strings to build your first Python program.
Learning objectives
After completing this module, you're able to:
- Display output using the
print()function. - Accept user input with the
input()function. - Manipulate strings using common string operations.