Assignment 1 - Zeshan6540/5590 GitHub Wiki
Welcome to the 5590 wiki! Assignment 1
Code Link: https://github.com/Zeshan6540/5590/blob/master/Assignment%201%20%2BLab%20task%205
Task 1: Read a file which includes at least two paragraphs. Calculate the word frequency for each word in the file.
Task 2: Write a Python program to check if a string contains all letters of the alphabet
Task 3: Write a Python program to find those numbers which are divisible by 5 and multiple of 2, between 700 and 1700
Class Task 5: Ask the user what size game board they want to draw, and draw it for them to the screen using Python’s print statement