Run ID:99031
提交时间:2024-11-24 09:56:49
num = 123.45678909876 formatted_num = "{:.6f}".format(num) print(formatted_num)