3. Write a program to print length of string without len function. 4. Accept a string from the user and print it in uppercase if the length of the string is greater than 5, else print it in lowercase ...
# print(f"Substraction of {no1} and {no2} is {no1-no2}") # print(f"Multilication of {no1} and {no2} is {no1*no2}") # print(f"Division of {no1} and {no2} is {no1/no2 ...