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
Our project is Blind navigation system. Our aim is to provide facility for visually i...
Using the audio of a person our system would classify gender, age and ethnicity of the voi...
Our project is to provide a way of communication under disaster situations, specifica...
With the advancement of industries, automated machines are developed to reduce the through...
The project is based on the self related topics which further go with differnent &nbs...