Re: How to round a floating point to nearest 10?

2008-08-09 Thread Will Rocisky
On Aug 9, 5:46 pm, Peter Otten <[EMAIL PROTECTED]> wrote: > Will Rocisky wrote: > > I want my 76.1 to be rounded to decimal 80 and 74.9 to decimal 70. > > How can I achieve that? > >>> help(round) > > Help on built-in function round in module __built

How to round a floating point to nearest 10?

2008-08-09 Thread Will Rocisky
I want my 76.1 to be rounded to decimal 80 and 74.9 to decimal 70. How can I achieve that? -- http://mail.python.org/mailman/listinfo/python-list

How to concatenate datetime.date object and datetime.time object

2008-08-05 Thread Will Rocisky
Actually I am trying to save both date and time in one cell but they are given separately by user. -- http://mail.python.org/mailman/listinfo/python-list