File: pyround.py

package info (click to toggle)
sugar-calculate-activity 47-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,136 kB
  • sloc: python: 3,184; makefile: 15; sh: 1
file content (5 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (2)
1
2
3
4
5
# pyround.py, pyround method added in order to implement built-in round


def pyround(args):
    return round(float(args))