2 lines
38 B
Text
2 lines
38 B
Text
|
|
print(string.format("%09.3f", 7.125))
|
|
|
print(string.format("%09.3f", 7.125))
|