#26 Write a Python program to convert a length from centimeters to inches (in Hindi) | O Level

Опубликовано: 07 Август 2026
на канале: Rising Ghorawal IT Academy
448
13

Hello, Friends:
Write a python program script that asks the user to enter a length in centimeters. If the user enters a negative length, the program should tell the user that the entry is invalid. Otherwise, the program should convert the length to inches and print out the result. There are 2.54 centimeters in an inch.