Skip to content

Commit aab15b5

Browse files
committed
Гранёный стакан
1 parent a09073d commit aab15b5

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed
201 KB
Loading
34.6 KB
Loading

Сортировка/1.py

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
evangelion =input()
3+
evangelion=int(evangelion)
4+
b =(evangelion*249.5)/0.05
5+
6+
c =(b/20)/(3.0e-23)
7+
8+
print(int(b),"{:.3e}".format(c))

0 commit comments

Comments
 (0)