We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c867c commit 5cbe6deCopy full SHA for 5cbe6de
week15/bsw/4358_생태학.py
@@ -24,5 +24,3 @@
24
dic=sorted(d.items())
25
for k, v in dic:
26
print(k, '%.4f' %round((v/total)*100, 4))
27
-
28
-print(round(4.33, 4))
0 commit comments