Skip to content

Lab_1 Wiki

Bhavya Teja edited this page Sep 6, 2017 · 2 revisions

Welcome to the Python-DeepLearning_CS5590 Lab 1 wiki!

The Lab 1 mainly concentrates on the basics of the Python programming which include Conditional Statements, Lists, Strings, and Loops.

Task 1:

The Task 1 is to calculate the word frequency for each word in a file which contains at least two paragraphs. The Text file that is used is: Click to open the file

Here is the Screenshot of the Code:

Screenshot of the Results:

Task 2:

The Task 2 is to write a program to check if a string contains all the alphabets.

Screenshot of the code and the result:

Task 3:

The Task 3 is to write a Python program to find those numbers which are divisible by 5 and multiple of 2, between 700 and 1700.

Screenshot of the code and the result:

Clone this wiki locally