Skip to content

Latest commit

Β 

History

History
22 lines (14 loc) Β· 485 Bytes

File metadata and controls

22 lines (14 loc) Β· 485 Bytes

Python Basics

This repository contains basic Python examples and exercises for beginners. It covers topics like variables, data types, functions, loops, and file handling.

πŸ“ Project Structure

πŸ“Œ Topics Covered

  • βœ… Hello World
  • βœ… Variables and Data Types
  • βœ… If/Else and Loops
  • βœ… Functions
  • βœ… File I/O

▢️ Getting Started

1. Clone the Repository

git remote add origin https://github.com/ZohaibKhanDev/Python_Basic.git
cd Python_Basic