Write a Python script that asks the user to enter a length in centimetres. ... len = int(input("Enter length in cm: ")) if len < 0: print("Invalid input") ...
確定! 回上一頁