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)
1.6m questions
2.0m answers