Explanation:
def checklist(a_list, a_value):// def //used to name a function, the //arguments being passed into the //functions are a_list and a_value
if a_value in list://if statement to
//check if it's in the list or not
print("")//print statement to do
//nothing
else://else statement for if the
//a_value is in a_list
a_list.append(a_value)//this adds
//the value to the list
Explanation:
Superheater has two types of parts which are:
- The primary super-heater
- The secondary super-heater
Primary super-heater is first heater which is passed by the steam after steam comes out of steam drum.
After steam is heated on super primary heater, then the steam is passed on secondary super-heater so to be heated again. Thus, on secondary super-heater, the steam formed is hottest steam among others.
Steam from secondary super-heater which becomes the superheated steam, flow to rotate the High-Pressure Turbine.
C and B is the answer of the questions