Skip to content

Commit

Permalink
Update garage.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagar Shiroya authored Dec 29, 2016
1 parent f7fffbf commit 29debf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions array/garage.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ def count_moves(beg,end):

initial = [1,2,3,0,4]
final = [0,3,2,1,4]
print ('Initially:',initial)
print ('Final',final)
print count_moves(initial,final)
print("initial:", initial)
print("final:", final)
print(garage(initial, final))

0 comments on commit 29debf3

Please sign in to comment.