Comment faire un int aléatoire dans Python
random.randint(0, 100)
##This would make the random number be from 0 to 100
CodeSnippet
random.randint(0, 100)
##This would make the random number be from 0 to 100