Round off function

PHOTO EMBED

Sat Aug 21 2021 04:52:00 GMT+0000 (Coordinated Universal Time)

Saved by @gopalakrishna_c #py

x=input()
x=float(x)
y=int(x-0.5)+1
print(y)
content_copyCOPY