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 has two parts: Web based and Android Based All the working logic is made on...
Machine learning methods have had a great impact on social progress in recent years, Which...
Our project is based on IOT based technology to acheive portable solution for vehical/driv...
An interactive project is developed to provide a platform for user to have 3D view of a ho...
The internet of things (IOT) conceptualizes remotely connecting and monitoring real life o...