Answer: hi there! Have a good day/night :))
Answer: squared ← number * number
Explanation:
Answer:
Really depends on your situation. If you specified, I'd have an asnwer
Answer:
mylist = [ ]
for i in range(7):
mylist.append (int(input("Enter the number of bugs for each day ")))
print(mylist)
print("The highest number of bugs is ")
print(max((mylist)))
Explanation:
- Create and Initialize an empty (mylist)
- Using the .append method, we request and add the bugs for each day into the list
- print out the list
- Use the max function to find the highest number of bugs in the list and print it out
the main reason it to create flash card is the first one