Contact: aviboots(AT)netvision.net.il
41,613 questions
54,276 answers
573 users
import math x = 5.1972 print(math.ceil(x)) ''' run: 6 '''