Commit 08ce6dac by BellCodeEditor

auto save

parent 300d22fc
Showing with 12 additions and 0 deletions
import time
from time import time
print('-'*50)
StartTime=time()
#
for x in range(4400):
if (x-100)*20+(100-80)*30 == 4400*0.3:
print(x)
''''''
EndTime=time()
print('-'*50)
print('运行时间:'+str(EndTime-StartTime),'秒')
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