Posts by George • 23 points
2 posts
-
-1
votes1
answer328
viewsQ: How to increase the number of floats in python
I made a program that encrypts a message, but it doesn’t work when the message is great because the result gets big. I would like to know how to make python show me the result, no matter the message…
-
-4
votes1
answer64
viewsQ: Why doesn’t the program recognize the "N"?
class primao: from random import randrange def __init__(self, N=randrange(2,100), divisor=0, pontos=0, laco=True, prova_cabal= N%divisor): self.N= N self.divisor=…