Commit 069827a2 by BellCodeEditor

auto save

parent 7abd2c5c
Showing with 12 additions and 0 deletions
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
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