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
Job hunter

Job hunter is a web-based marketplace for virtual services, it provides a freelancing...

1675638330.png
Adil Khan
1 year ago
Web Based Item to Item Recommendation System

From the past few decades, Recommendation systems (RS) are ubiquitously used on the World...

1675638330.png
Adil Khan
1 year ago
SMART CAR PARKING CABINET THROUGH ARTIFICAL INTELLIGENCE

Our idea is Smart Car Parking Cabinet.   Our idea of final project is derived from th...

1675638330.png
Adil Khan
1 year ago
Self Driving car using Lidar sensing and image processing technology

The term self-driving car means ?a car which is able to drive itself without any human ope...

1675638330.png
Adil Khan
1 year ago
Solid State DC Circuit Breaker

Direct Current (DC) circuit breaker is an important element for the stable operation of DC...

1675638330.png
Adil Khan
1 year ago