Skip to content

Commit

Permalink
removed newline
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianhu committed Jan 6, 2017
1 parent 8b907e4 commit 7546cf6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions numcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
sline = line.split(" ", 1)
# print sline must never print in production use - the first char printed counts!
if sys.argv[1].startswith(sline[0]):
print "1"
print "Number found!"
print "1 Number found!"
sys.exit(0)

# at end of execution:
Expand Down

0 comments on commit 7546cf6

Please sign in to comment.