Commit ff168bca by BellCodeEditor

auto save

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