Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 795 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 795 Bytes

Basic-Programs

Welcome to the Basics Program Repository in Python! This repository is a collection of simple and fundamental Python programs designed to help beginners learn and practice core programming concepts.

Table of Contents

  1. Hello, World!
  2. Variables and Data Types
  3. Control Flow
  4. Functions
  5. Loops
  6. Lists and Tuples
  7. Dictionaries

Contributing

If you would like to contribute to this repository, you are welcome to submit a pull request. Contributions such as adding new programs, improving existing code, or fixing errors are greatly appreciated.

Acknowledgements

The programs in this repository are inspired by various programming tutorials and resources. The sources and authors of the original programs are acknowledged within each file.

Thanks!