first group of challenges
This commit is contained in:
3
challenges1-11/challenage-008.py
Normal file
3
challenges1-11/challenage-008.py
Normal file
@@ -0,0 +1,3 @@
|
||||
bill_price = int(input('Please enter bill total price : '))
|
||||
number_of_diners = int(input('Please enter diners number : '))
|
||||
print('the price for each person is {0}'.format(round(bill_price/number_of_diners,2)))
|
Reference in New Issue
Block a user