CS Practical
CS Practical
WAP to convert in
Uppercase Half String
QUESTION INPUT OUTPUT
WAP to capitalize
the first and last
character of each
word in a string
WAP to check if a
string has at least
one letter and one
number
WAP to read a
number from the
keyboard and check
whether the entered
number is present or
not in the list.
WAP to sort a
given dictionary
by key.
WAP to remove
duplicates from
the dictionary
WAP to combine
two dictionaries
by adding values
for common keys.
Write a Python
program to find
the highest 3
values of
corresponding
keys in a
dictionary.
Write a Python
program to
combine values in
a list of
dictionaries.