News

We first took the string as input using the input function.; Then, we converted all its letters to the capital case using the upper function.; Next, using the len function we printed the length of the ...
Q40. What is a tuple? How is it different from list? Q41. How can you create a tuple in Python? Q42. Create a tuple and try to add your name in the tuple. Are you able to do it? Support your answer ...