Assume the variable
x
has been assigned a floating-point value. Write a statement that uses the
print
function and an F-string to display the value of
x
rounded to 1 decimal point, with comma separators. For example, if
x
is assigned the value 123477.7891, the statement would display:
123,477.8