สถานะการส่งล่าสุด: -

SOS11: f-string 02

f-string02

Use f-string to round a number in float type to 2 decimal places.

input: 0.29999
0.30


input: 0.18887852
0.19


x = float(input())
print()