Skip to content

Commit

Permalink
fixed errors
Browse files Browse the repository at this point in the history
  • Loading branch information
juozasget committed Dec 28, 2018
1 parent 629c595 commit 13ec3bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Visual representation of how the count_rooms loop runs:
* Inspiration
* etc

[logo]: https://github.com/juozasget/square_challange/img/example.png "Visual example"
[logo]: https://raw.githubusercontent.com/juozasget/square_challange/master/img/example.png "Visual example"
3 changes: 3 additions & 0 deletions square.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ def run_script(number):

def print_image():
# visualize the results
print("Initial list:")
print(LIST)
LIST.sort()
print("Sorted list:")
print(LIST)
print()
string = ""
Expand Down

0 comments on commit 13ec3bf

Please sign in to comment.