Show HN: I built an online programming language(lineone.dev) |
Show HN: I built an online programming language(lineone.dev) |
choices = ['rock', 'paper', 'scissors']
computer_choice = choices[random(-1,3)]
That -1 is very strange. Both extremes are open?