Write a Python program that creates a new database in a file called original.db containing a single table called Velocity, with a single field called reading, and inserts 100,000 random numbers between 10.0 and 25.0
#python #thinkinginPython #programming #thinking #design #softwareCommunity