Welcome to my Python programming repository! This repository contains a collection of Python scripts written for my lab experiments. The programs cover fundamental Python concepts, including data types, operators, control flow, loops, and various data structures like lists, tuples, and dictionaries.
Here are the details of the experiments currently uploaded in this repository:
- Experiment 1: Demonstrate Various Data Types and Operators in Python.
- Experiment 2: Write a Program to implement control flow statements and looping statements in Python.
- Experiment 3: Write a program to implement various string operations.
- Experiment 4: Write a program to demonstrate list & related functions in Python.
- Experiment 5: Write a program to demonstrate tuple & related functions in Python.
- Experiment 6: Write a program to demonstrate Dictionary & related functions in Python.
- Open the folder and file you want to view (e.g.,
exp1.py). - Copy the code or clone this repository to your local machine using VS Code.
- Run the script using any standard Python environment or execute it via your terminal:
python exp1.py