Posts by Felipe Aguiar • 9 points
1 post
-
-1
votes2
answers57
viewsQ: How to use a variable function several times without creating another variable? How to draw a number
import random n = random.randint(1, 6) print('O valor sorteado foi {}'.format(n)) if nd !=n: print('Não foi dessa vez') if nd ==n: print('Parabéns! Você está com sorte') start1 = str(input('Deseja…
python-3.xasked Felipe Aguiar 9