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 ...
Q11. Can we use keywords as a variable? Support your answer with reason. Q12. What is indentation? What's the use of indentaion in Python? Q13. How can we throw some output in Python? Q14. What are ...
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 ...