Posts

Write a python program to sum all the items in a given dictionary.

Write a python program to add a new key-value pair to an existing dictionary.

Write a python program to check if a given key exists in a dictionary or not.

Write a python program to count the number of vowels in a string (No control flow allowed).

Write a python program to create tuples (name, age, address, college) for at least two members and concatenate the tuples and print the concatenated tuples.

Write a python program to perform any 5 built-in functions by taking any list.

Write a python program to perform the given operations on a list: i. addition ii. insertion iii. slicing

Write a python program to check if the substring is present in a given string or not.

Write a python program to find the length of the string without using any library functions.

Write a python program to define a function using default arguments.

Write a python program to define a function with multiple return values.

Write a python program to print multiplication table of a given number

Write a python program to add and multiply complex numbers

Write a python program to swap two numbers without using a temporary variable.

Write a Python program to display all prime numbers within an interval

Write a python program to find the largest element among three Numbers.