Tuesday, April 24, 2018

Tic Tac Toe Python

Tags
Program :Write a Program For tic tac toe game for 0 and X. Code : Link:  ......

Animated Banner Program Python

Tags
Program: Write a Program to create an animated banner program. Code : import os import......

Tuesday, April 17, 2018

Water Jug Simple Python

Tags
Practical 11: Write a program to solve water jug problem. Code: class Waterjug: ......

Panagram Checking Python

Tags
Practical 10: Write a Python function to check whether a string is pangram or......

A * Search Python

Tags
Practical 9 : Write a program to implement A*algorithm. Code: import heapq hfun={ ......

Image Resolution Python

Tags
Practical 8: Write a program to find resolution of JPEG image. Code : def jpeg_res(filename): ......