Columns runs horizontally and is identified with numbers
21 years old. If you take 1944-1923 you get 21 because that would be ho wold they are
Answer:
total = 0
for i in range(4):
bill = float(input("Enter bill for quarter " + str(i+1) + ": "))
total += bill
average = total / (4 * 3)
if average > 75:
print("Average monthly bill is $" + str(average) + ". Too much water is being used")
if 25 <= average < 75:
print("Average monthly bill is $" + str(average) + ". A typical amount of water is being used")
if average < 25:
print("Average monthly bill is $" + str(average) + ". Thank you for conserving water")
Explanation:
*The code is in Python.
Create a for loop that asks the user to enter the bill for 4 quarters and calculate the total of the bills
Calculate the average monthly bill, divide the total by 12
Check the average for the given conditions. Depending on its value print the required message along with the average monthly bill
Answer:
python:
f = open("\info\bikes.txt", "r")
print(f.read())
Explanation:
Answer:
filter the data
Explanation:
its like when you filter a search on y o u t u b e and say u search among us u can filter and say live vids or channel's