Posts by eric • 7 points
1 post
-
-1
votes1
answer182
viewsQ: Depending on the seed I put the print of the capacities does not occur. How to tidy up?
import random semente=int(input("por favor, digite a semente do gerador aleatório:")) print(" ") print("Início da simulação") random.seed(semente) cap_inicial_1 = random.randrange(20,51)…