'round a number up and use log in python

I have the following number - 191897378

I want to turn this into 192 representing 192 million. I have tried ceil(191897378) and using a log but I am going horribly wrong here. Any help would be greatly appreciated.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source