-
Notifications
You must be signed in to change notification settings - Fork 2
Lab_1 Wiki
Bhavya Teja edited this page Sep 6, 2017
·
2 revisions
The Lab 1 mainly concentrates on the basics of the Python programming which include Conditional Statements, Lists, Strings, and Loops.
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:

The Task 2 is to write a program to check if a string contains all the alphabets.
Screenshot of the code and the result:

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:
