Rounding numbers in python

Hi All,

Following the next thread:

I want to round number by 50 places ie. if I have 150 >>>150, 136 >>>> 150, 151 >>>> 200, and so on…

Can I do it with round() built-in function or I have to make a custom function?

Any help will be appreciated.

Thanks!