Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to make python faster than c++

x=0
while x!=1000000:
    x+=1
    print(x)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #faster
ADD COMMENT
Topic
Name
4+9 =