We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d519567 commit fd80684Copy full SHA for fd80684
1 file changed
main.py
@@ -62,7 +62,7 @@ def displayInfo(content):
62
' Berth No., Quota)', '*Current Status'
63
' (Coach No , Berth No.)'])
64
print(msg)
65
- print(table)
+ print('{}\n'.format(table))
66
print(passenger_table)
67
68
0 commit comments