24/11/2023
Learn Programming
Programming language
24/11/2023
Learn Programming
(1) #!st loop
for i in range (12):
a=0
while a
x = 5
y = "John"
print(x)
print(y)
Result will be like that !!
5
John
What is Python?
Python is a popular programming language. It was created by Guido van Rossum, and released in 1991.
It is used for:
1- web development (server-side),
2- software development,
3- mathematics,
4 - system scripting.
5- Artificial intiligence (A I)
6- Data Scince
7 & Many More too'......
08/11/2023
Features of Python
print("Hello, World!")
Welcome all my friends...