Posts by Ricardo Gomes • 11 points
2 posts
-
0
votes0
answers42
viewsQ: How to insert MOD 1000000007 into Python code
I understand that MOD 10 9 +7 is used when decimal values are extremely large. And to simplify is applied the: %10 9+7. However, I would like to understand the range of values in which MOD 10 9+7 is…
-
0
votes0
answers64
viewsQ: How to multiply all values within a list?
Hi, I’m developing a program that gets a list of bases and exponents. Thus, it performs the potentiation between them and, soon after, multiplies the results. However, I am dubious about the…