Posts by Viniciusbs • 1 point
1 post
-
-1
votes1
answer136
viewsQ: How can I generate an Integer number in python using Random
I have the following code and I need the result to be an integer type number, but it is returning a random value (number or None) with random type (int or nonetype) from random import randint def…