Answer:
the answer is going to be c
Answer:
1.6666 g/mol = 1
g/mol
Explanation:
Molar mass of NaOH= 23+16+1 =40g/mol
Mols in 15g = 15/40 mol
If this was dissolved in 225ml of water molarity of the solution is
÷ 225 x 1000 = 1.6666 g/mol = 1
g/mol
The code that remove duplicate is as follows:
def remove_duplicate(mylist):
mylist = list(dict.fromkeys(mylist))
return mylist
print(remove_duplicate([1, 1, 2, 3, 3, 5, 6, 7]))
<h3>Code explanation</h3>
The code is written in python.
- we defined a function named "remove_duplicate" and it accept the parameter "mylist".
- The variable "mylist" is used to store the new value after the duplicate vallues has been removed.
- Then, wed returned mylist.
- Finally, we call the function with the print statement . The function takes the required parameter.
learn more on python here: brainly.com/question/21126936
Image that a bit is the smallest measure in programming, such as an elementary particle in physics. So, a bit can only fit one number.
Answer:
C. Use the help feature
Explanation:
The help feature in the MS word is the quickest access to getting real time assistance when working on a project.