num1 = 5 num2 = 7 sum = num1 + num2 print("The sum is:", sum) Output: The sum is: 12
Write a program that takes in a sentence as input and displays the number of words, number of capital letters, no. of small letters and number of special symbols. 12/06/2024