width = 7 height = 5 area = width*height print(f'사각형 넓이: {area:.6f}') # 35.000000
bool
isdecimal()
isnumeric()