Python Lab Assignment No 1 - Solved Python Lab Assignment No 1 - Solved
Adil Khan 6 years ago

Python Lab Assignment No 1 - Solved

Source Code:

# -*- coding: utf-8 -*-
"""
Spyder Editor
Author: Adil Khan
"""
cols = 5
for i in range(cols):
   print('# '* (i+1))
for i in range(cols,0,-1):
   print('# '* (i-1))


 

Python Lab Assignment No 1 - Solved _ 0.zip

Download: Python Lab Assignment No 1 - Solved _ 0.zip

0
1.1K
Student Study Gallery

Our project is a web based project in which front end is created by using Html, CSS and JS...

1675638330.png
Adil Khan
1 year ago
Book Car Mechanic Online

With the increasing technology in automobiles, it has become difficult to find a professio...

1675638330.png
Adil Khan
1 year ago
Doctors management System (cordial Care system)

Cordial Care Assistant is basically a patient-doctor oriented healthcare assistant. By pro...

1675638330.png
Adil Khan
1 year ago
Crime Rate Detector

  Using AI and machine learning, we have to design a prediction model which will pred...

1675638330.png
Adil Khan
1 year ago
Public Delivery Management System

Our project emphasizes on problems solving method which currently includes people managing...

1675638330.png
Adil Khan
1 year ago