I want to convert the float values to next integer such as
x=1.1
print(x)
should return 2
and it also make 1.9 to 2.
any help shall be appreciated.
I want to convert the float values to next integer such as
x=1.1
print(x)
should return 2
and it also make 1.9 to 2.
any help shall be appreciated.