Visual Studio Code – micro:bit python – random library only generates one number
I am making a hangman game on my microbit and am having trouble with the random library. I need to choose a random number between 1 and 7, and every single time I run the program it always yields the…