inp = int(input("Enter a number: "))
print("%40 of this number is",(2*inp)/5,"\\%50 of this number is",inp/2,"\\%60 of this number is",(3*inp)/5)
5.2m questions
6.8m answers