Answer:
while True:
number = int(input("Enter a number: "))
product = number * 10
if product > 100:
break
print(str(product))
Explanation:
Create a while loop that iterates until a specific condition is created inside
Ask the user for the input
Multiply the input and put the result in product
Check if the product is greater than 100. If it is, stop the loop using break keyword
When the loop is done, print the product
Just multiply all numbers to get the total number of bits:
25*50*12 = 15000 bits.
Answer:
I mean I need points but I'm not sure my advice is to look it up or look on y0utube : )
Explanation:
Widget is an item that appears in a programs graphical user interface.