Answer:
what is the answers it gave you?
Answer:
You can use the pop() method to remove specific elements of a list. pop() method takes the index value as a parameter and removes the element at the specified index. Therefore, a[2] contains 3 and pop() removes and returns the same as output.
Explanation:
Hope it helps you!
the menu and the toolbars
Graphic design has as its goal the communication of some specific message to a group of people.
Specific is your answer.
Answer:
0.1
Explanation:
The value of amount is 100.So in the if-else-if ladder first condition in if will be checked since the amount is greater than 50 so the value of discount will become 0.1 and the execution of if else if ladder will be finish.The compiler will not be executing elseif or else.So the answer to this question is 0.1.