Skip to content

11 November 2025

Latest

Choose a tag to compare

@soorzj soorzj released this 07 Nov 05:23
· 13 commits to main since this release
df04e01

Questions - 11 November 2025

To access the items in a given Dictionary

To iterate over dictionaries with for loops

To generate a dictornay of numbers and their squares

To generate histogram for a string (the number of times a charecter occurs in a string)

To Enter the items in a given Dictionary and display it

Give the nth fibonacci number using recursion

Give the nth rpime number using fucntion

Write a menu driven calculator using functions

Find if a number is twisted prime (twisted prime number: both number and its reverse are prime)

Write a program to make a menu driven telephone directory using Dictionary

It should oerform the below operations:

1.ADD CONTACT

2.UPDATE CONTACT

3.DELETE CONTACT

4.SEARCH CONTACT

5.DISPLAY ALL CONTACTS

6.EXIT