Commit ff168bca by BellCodeEditor

auto save

parent 7e0d736a
......@@ -4,6 +4,7 @@ def fuck():
try:
unit= input("请输入:")
if unit== 'q':
print(total)
break
else:
unit=int(unit)
......@@ -18,6 +19,6 @@ def sum(money):
for i in money:
count=count+i
return count
sb=fuck()
sa=sum(sb)
print("您总共需要支付",sa,"元")
\ No newline at end of file
# sb=fuck()
# sa=sum(sb)
# print(sa)
\ No newline at end of file
import func
date=func.fuck()
score=func.sum(date)
print("这个傻逼被外星人清除了",score,"记忆")
\ No newline at end of file
print(not 2 or 5 and 10)
\ No newline at end of file
r=float(input('333'))
print('aaa:%.2f'%(3.1415*r*r))
\ 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