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
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: "))
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.