Tell an adult
give them moral support
help them stand up for themselves
Answer:
See explanation
Explanation:
Word documents are mainly for typing papers and documents. This is useful for writing a report or making a book.
Excel is for writing spreadsheets and doing math equations within the program. This is useful for having budget calculators and math equations.
Hope this helped!
5x+2y=3
Slope = -5.000/2.000 = -2.500
x-intercept = 3/5 = 0.60000
y-intercept = 3/2 = 1.50000
2x+3y=13
Slope = -1.333/2.000 = -0.667
x-intercept = 13/2 = 6.50000
y-intercept = 13/3 = 4.33333
The size of a list of integers can be found using python as follows;
size = len(list1)
<h3>How to find the size of a list using python?</h3>
The size of a list can be found using the len() function in python.
According to the question, the list is an integer.
Therefore, let's use an example below:
list1 = [1, 2, 1, 3, 6, 7, 8, 9, 4, 7, 8, 6, 4]
size = len(list1)
print(size)
Therefore, the size of a list of integers can be found using the len() function in python.
learn more on python here: brainly.com/question/14989942
#SPJ1