Skip to content

Commit

Permalink
Update find_simple_digits
Browse files Browse the repository at this point in the history
  • Loading branch information
Selena1992 committed Sep 3, 2015
1 parent ad67ca5 commit 0f2c899
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python_scripts/simple_tasks/find_simple_digits
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import sys
import time

def get_a_simple_digits(a, b):

Expand All @@ -23,7 +22,3 @@ def get_a_simple_digits(a, b):
new_list.append(x)

print new_list

my_time = time.clock()
get_a_simple_digits(10,10000)
print time.clock() - my_time

0 comments on commit 0f2c899

Please sign in to comment.