Welcome to the CSE110 - Programming Language I repository. This repository contains all the lab assignments for the course (done in Fall 2021), organized for easy access and reference.
| Assignment | Topic | File Link |
|---|---|---|
| 1 | Branching | Assignment 01 |
| 2 | Loops | Assignment 02 |
| 3 | String | Assignment 03 |
| 4 | List | Assignment 04 |
| 5 | Tuple & Dictionary | Assignment 05 |
| 6 | Function | Assignment 06 |
| 7 | Sorting & Searching | Assignment 07 |
| 8 | File I/O & Exception | Assignment 08 |
| 9 | OOP Practice Sheet | OOP Practice Sheet |
| Exam Type | Covered Labs | File Link |
|---|---|---|
| Lab Midterm | Lab 1-4 | Lab Midterm |
| Lab Final | Lab 5-7 | Lab Final |
- Clone this repository:
OR 📦 Download Zip
git clone https://github.com/ShafiurShuvo/CSE110-Programming-Language-I.git
- Open the assignments using Jupyter Notebook or Google Colab.
- Follow the instructions inside each assignment.
Download the Entire Folder of Lab Assignment 08 - File I/O & Exception from the following link:
🔗 Download Folder