6 ответов
0
bill = int(input())
print(bill *x/100) # x % of bill
#test cases are tested automatically
+ 2
Show your attempt, we will help you with it.
+ 2
Hi Emerson,
Can you please tag something relevant (e.g. Python) rather than that number 0782071515 ☝
https://code.sololearn.com/W3uiji9X28C1/?ref=app
+ 2
a = int(input())
print(a*20/100)
+ 1
print(int(input()) * 0.25) # 25 % of bill :)
0
bill = int(input())
print ("25.0")