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 a web based project in which front end is created by using Html, CSS and JS...
With the increasing technology in automobiles, it has become difficult to find a professio...
Cordial Care Assistant is basically a patient-doctor oriented healthcare assistant. By pro...
Using AI and machine learning, we have to design a prediction model which will pred...
Our project emphasizes on problems solving method which currently includes people managing...