Commit bea5a012 by BellCodeEditor

auto save

parent 08ce6dac
Showing with 10 additions and 5 deletions
import time import time,os
from time import time from time import time
os.system("cls")
print('-'*50) print('-'*50)
StartTime=time() StartTime=time()
# # --------------------
for x in range(4400): for x in range(10000):
if (x-100)*20+(100-80)*30 == 4400*0.3: for i in range(9):
x=x/2-1
if x==1:
print(x) print(x)
'''''' # --------------------
EndTime=time() EndTime=time()
print('-'*50) print('-'*50)
print('运行时间:'+str(EndTime-StartTime),'秒') print('运行时间:'+str(EndTime-StartTime),'秒')
exit()
\ 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