Python program to check whether the string is Symmetrical or Palindrome
SIKSHAPATH Latest Questions
On the basis of String Develop the code for the following program Python program to check whether the string is Symmetrical or Palindrome Python program to find uncommon words from two Strings Write a Python program to add ‘ing’ at the end of ...
Which statement is correct? a. An index or subscript in array is a positive integer b. An index or subscript in array is a positive or negative integer c. An index or subscript in array is a real number d. None of the above ...
Which of the following is correct statement to access 5th element in a array arr[] of size 50? a. arr[5] b. arr[4] c. arr{5} d. arr{4}
Write a python program to calculate area of 10 different circles. Given the pie = 22/7 and radius of the circles entered by user using Simple Function , Parameterized Function , Return Type with function and return type with parameterized ...