diff --git a/NP/NP6.py b/NP/NP6.py new file mode 100644 index 0000000..181af87 --- /dev/null +++ b/NP/NP6.py @@ -0,0 +1,6 @@ +#!/usr/bin/env python3 +# @author 轩辕龙儿 +# @date 2022/10/25 +# @file NP6.py +num = float(input()) +print("%0.2f" % num)