Skip to content

Commit

Permalink
main.py: correct the diplay formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sangamcse committed Jun 27, 2018
1 parent d519567 commit fd80684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def displayInfo(content):
' Berth No., Quota)', '*Current Status'
' (Coach No , Berth No.)'])
print(msg)
print(table)
print('{}\n'.format(table))
print(passenger_table)


Expand Down

0 comments on commit fd80684

Please sign in to comment.