Posts by Reinaldo Reiche Junior • 1 point
1 post
-
0
votes1
answer41
viewsQ: how to take out data and add to an existing Python function
I’m creating a little game of dice but when I want to put a contain of points I’m not getting... def get_dados(): dado1 = int(input("Digite o número para o primeiro dado: ")) dado2 =…