回答編集履歴
1
再送
answer
CHANGED
@@ -1,2 +1,4 @@
|
|
1
|
+
こんな感じでできます。
|
1
2
|
```Python
|
3
|
+
print("{0:.{1}f}".format(m, n))
|
2
4
|
```
|