DEBSOURCES
Skip Quicknav
sources / giac / 1.6.0.41%2Bdfsg1-1 / micropython-1.12 / tests / basics / builtin_round.py
12345678
# test round() with integral values tests = [ False, True, 0, 1, -1, 10 ] for t in tests: print(round(t))