Insights
Numeros Aleatorios Python
1 min read.
Camilo Nova
CEOEl siguiente código genera 10 números enteros aleatorios entre 75 y 85 millones.
import random
for i in range(10):
print random.randint(75000000, 85000000)
Written by Camilo Nova

Axiacore CEO. Camilo writes thoughts about the intersection between business, technology, and philosophy