Write a program to append the text “Welcome” with the string entered by the user.
SIKSHAPATH Latest Questions
A cloth showroom has announced the following festival discounts on the purchase of items based on the total cost of the items purchased: Total cost Discount (in Percentage) Less than Rs. 2000 5% Rs. 2001 to Rs. 5000 25% Rs. ...
Given below is a hypothetical table showing rate of income tax for male citizens below the age of 65 years. Taxable income(Ti) in Rs. Income Tax in Rs. Does not exceed Rs. 1,60,000 Nil Is greater than Rs.1,60,000 and less than or equal to Rs. 5,00,000 (Ti-1,60,000)* 10% Is ...
Given below is a hypothetical table showing rate of income tax for male citizens below the age of 65 years. Taxable income(Ti) in Rs. Income Tax in Rs. Does not exceed Rs. 1,60,000 Nil Is greater than Rs.1,60,000 and less than or equal to Rs. 5,00,000 (Ti-1,60,000)* 10% Is ...
Write a Python program to add ‘ing’ at the end of a given string (length should be at least 3). If the given string already ends with ‘ing’ then add ‘ly’ instead. If the string length of the given string ...
Python program to find uncommon words from two Strings