stick_length = get_float_input("Enter the length of the stick (in meters): ") stick_shadow_length = get_float_input("Enter the length of the stick's shadow (in meters ...
stick_length = float(input("Enter the length of the stick (in meters): ")) stick_shadow_length = float(input("Enter the length of the stick's shadow (in meters ...