Commit d27e5527 by BellCodeEditor

auto save

parent 72ae7d76
Showing with 27 additions and 8 deletions
......@@ -10,4 +10,14 @@
刘若若 11 11 13 11 20 15 13 29 24
刘阳 11 15 22 11 23 26 22 15 17 52 12
王胜男 27 15 15 26 13 12 15
王娇 12 11 12 12 15 35 23 11
\ No newline at end of file
王娇 12 11 12 12 15 35 23 11
a=float(input(""))
if a>=1.5:
print(120)
else:
if a>=1.2:
print(120/2)
else:
print(0)
import math
a=int(input('请输入一个整负数'))
print(math.fabs(a))
\ No newline at end of file
print(math.fabs(a))
a=float(input(""))
if a>=1.5:
print(120)
else:
if a>=1.2:
print(120/2)
else:
print(0)
a=[18,17,14,46,98]
# a=[18,17,-14,-46,98]
a=[18,17,14,46,98]
print(max(a))
\ No newline at end of file
# a=[18,17,-14,-46,98]
# print(min(a))
# print(round(12.1234))
a=int(input(""))
print(sum([a]))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment