Copied To Clipboard !
20 16
a=int(input()) b=int(input()) percent=(a/b)*100 print(f"percentage of attendance : {percent:.2f}%")