Python's int type allows for very large values, but surely if I pass, for instance, 10**100000 into random.seed, it won't actually store that - does it just use a 32-bit integer internally?
int
10**100000
random.seed
Aucun commentaire:
Enregistrer un commentaire