Numeros Aleatorios Python

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

With a deep passion for technology and a keen understanding of business, Camilo brings a fresh perspective to the intersection of technology, design, and business.