Whitespace
--------------------------------------------
Answer:
1. Input() is the correct answer
2.Most programming languages have a data type called a string, which is used for data values that are made up of ordered sequences of characters, such as "hello world". A string can contain any sequence of characters, visible or invisible, and characters may be repeated. ... A string can be a constant or variable .
3.The int() function converts the specified value into an integer number.
4.CandyCost = int(input("How much is the candy?"))
5.int()
ANSWERS
Answer:
no
Explanation:
because it designates the sum or total
Answer:
Correct option C
Trimmed mean
Explanation:
A trimmed mean is a method of averaging that removes a small designated percentage of the largest and smallest values before calculating the mean.
Trimmed mean helps eliminate the influence of data points on the tails that may unfairly affect the traditional mean.
Trimmed means are used in reporting economic data in order to smooth the results and paint a more realistic picture.