Posts by William Lopes da silva • 1 point
1 post
-
-4
votes2
answers94
viewsQ: how should I do for the python code I made for lottery did not repeat the numbers on the same when I put 5 pair and 1 odd to give the game result
from random import randint n = int(input('Número par: ')) b = int(input('Número impar: ')) quant = int(input('quantos grupo são: ')) def method_name(): def…
python-3.xasked William Lopes da silva 1