Fixed unsigned variable
This commit is contained in:
parent
d8734a7ab2
commit
b72333550e
@ -84,7 +84,7 @@ class Seat():
|
|||||||
print(no, name[direction], steps)
|
print(no, name[direction], steps)
|
||||||
printArr(self.seats)
|
printArr(self.seats)
|
||||||
print()
|
print()
|
||||||
return seats
|
return self.seats
|
||||||
|
|
||||||
|
|
||||||
help_msg = '''Please provide mode!
|
help_msg = '''Please provide mode!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user