Skip to content

Instantly share code, notes, and snippets.

View brymer-meneses's full-sized avatar

Brymer Meneses brymer-meneses

  • University of the Philippines
  • /dev/null
  • 04:18 (UTC +08:00)
View GitHub Profile
# initialize 2d array
bus = [
[0, 0, 0, 0],
[0, 0, 0, 0],
[0, 0, 0, 0],
[0, 0, 0, 0],
]
# ask for reserved number
seat_number = int(input("Please the seat number you want to reserve: "))
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.