How to make your first program in Python

Опубликовано: 12 Май 2026
на канале: CodeStraight with Smaran
1,228
43

We are going to learn how to create your first "Hello World" python program. We will also learn how to use the Python Shell (IDLE) and Editor, Learn what everyday text types are called in python, and how to use the print() and str() functions while making your first program!

To download python, follow this link: https://www.python.org
You can also use Pythonista for iPhone and iPad, if you would like to.
You can use Replit (replit.com) as well.

#str #print() #firstProgram