0% found this document useful (0 votes)
17 views1 page

Introduction to Python Programming

Uploaded by

ENYANG HENRY
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views1 page

Introduction to Python Programming

Uploaded by

ENYANG HENRY
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Python Lesson 1: Summary 1. What is Python?

Python is an easy programming language used for


apps, websites, data science, AI, and automation. 2. How to Start Coding Python You can use: -
[Link] (no installation) - Download from [Link] 3. First Python Program print("Hello, world!")
4. Example print("My name is Henry") print("I am learning Python") 5. Exercise Write a program that
prints: 1. Your full name 2. Your favourite color 3. Why you want to learn Python

You might also like