Introduction to Python: First program in python

 What is Programming?

programming is a language that a human can use to give commands to a computer.


What is Python?

Python is a simple and an easy to understand programming language.



The first program in Python

The first program of everyone in a programming language is printing "hello world"

Here is how to do it in python:

Print("Hello world")


Also Read

Post a Comment