Are you ready to write your first Python code?

Open your code editor (such as VS Code or PyCharm) and write your first Python 🐍 code.

Please don’t ask me how to install it. God, Allah or Bhagwan gave you hands, and Larry Page gave you Google. So, search for it and install it on your system. Or you can use an online compiler like- https://www.programiz.com/python-programming/online-compiler/

download-4.png

So first type p-r-i-n-t then this () brackets, and into this brackets type your name.

enhanced (16).jpg

Hey, congratulations, you just wrote your first Python code 🥳

NOTE**

print is a function in Python. It takes one or more arguments (like "hello world") and outputs them to the screen.