function play() {
  return Math.floor(Math.random() * 3)
}
