0% found this document useful (0 votes)
17 views13 pages

Program To Print First 'N' Terms of The Fibonacci Series Using Function, 'N' Is Inputted by The User

The document lists 15 programming problems involving functions, modules, files, dictionaries, and CSV files. The problems cover topics like Fibonacci series, counting vowels, calculators, lotteries, text processing, and student data.

Uploaded by

Binjo Biju
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views13 pages

Program To Print First 'N' Terms of The Fibonacci Series Using Function, 'N' Is Inputted by The User

The document lists 15 programming problems involving functions, modules, files, dictionaries, and CSV files. The problems cover topics like Fibonacci series, counting vowels, calculators, lotteries, text processing, and student data.

Uploaded by

Binjo Biju
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 13

1.

Program to Print first 'n' terms of the Fibonacci series


using function, 'n' is inputted by the user.

Output

2. Program to create a user defined function to accept string


as an input and to count and display the total number of
vowels present in it.
Output

3. Program to implement calculator functions using modules


Output:

4. A menu driven program to find the area of circle, rectangle and square. Use user defined module

Output:

5. Program to simulate Lottery draw. Using random module


Output:

6. Remove all the lines that contain the character ‘a’ in a file and write it to another file

Output:

7. Program to display those words which are exactly having 4 characters.


Output:

8. Program to count the no: of uppercase letters, lowercase letters and digits in a text file

output :

9. program to read a text file line by line and display each word separated by a '#'

Output:

10. program to count the words “this” and “these” present in a text file
Output:

11. program to copy all the lines which starts with 'T' from main.txt into another file copy.txt

Output:
12. program to create a dictionary of names and phone numbers into a binary file and search for a phone number using name

Output:
14. Program to create a binary file with roll number, name and marks, input roll number and update the marks
Output:

15. Program to create a csv file by Entering 5 student details and display.
Output:

You might also like