Practical 8: Write a program to find resolution of JPEG image.
Code :
def jpeg_res(filename):
......
Recent Post
Home
All posts
Tuesday, April 17, 2018
Saturday, February 24, 2018
Artificial Intelligence Python
2.
Write a program to find the sum of all numbers stored in a list.
Code:
list=map(int,input("Enter......
Wednesday, February 21, 2018
Program Classes and Objects
Write a program by creating objects to display student information
Code:
class......
Tuesday, February 20, 2018
Best First Search AI
Code :
alist={
'A':['B','C','D'],
'B':['H'],
'C':['G','F'],
'D':['E','P'],
......
Thursday, February 15, 2018
Subscribe to:
Posts (Atom)