Posts by fabricio • 11 points
1 post
-
1
votes2
answers1550
viewsA: Draw Inside a Python String
# encoding: utf-8 from random import Random frase = raw_input("Digite a String: ") while True: try: qntd_sorteio = int(raw_input("Quantos números deseja sortear? ")) …