A- 3.5 x 2 ...................................................
print("welcome to the bill calculator")
minutes = float(input("number of minutes you used: "))
data = float(input("the amount of data you used in GB: "))
print("your basic plan costs $39.99 per month")
mcost = (minutes - 450) * .45
print("you will be charged " + str(mcost) + " for the minutes you used")
print("the monthly data fee is $30.00")
dcost = (data - 3) * 10
print("you will be charged " + str(dcost) + " for the extra data you used")
total = mcost + dcost + 69.99
print("your total bill is " + str(total))
the 20 value your teacher gave may be incorrect, bc 4.2-3*10 = 12 not 20, making the total 109.89
The function will support my business because it will help in decision making.
<h3>What is the importance of Management Information System?</h3>
Management Information System can be described as the collection of Organized data that can help the organization in decision making.
Making a good decision , it will help the company to compete excellently with great profit.
Learn more about Management Information System on:
brainly.com/question/11768396
#SPJ1
Answer:
The correct answer is:
"joining a Python developer forum and posting a question to the forum to solicit feedback"
Explanation:
Learning a new skill involves a lot of research and study especially learning a new programming language.
The syntax and commands have to be understood first.
Now if Sam has to implement a particular feature, the easiest and less time-consuming way is that he post his query on a Python language forum as there might be better and expert programmer that might help
Hence,
The correct answer is:
"joining a Python developer forum and posting a question to the forum to solicit feedback"
Answer:
in which app we had to join