Doutbt in end to end project topic


what is the meaning of if statement in the above case, like what is the condition so that ‘if’ would get executed…???

Hi @Visaal_K.S,

If condition in line 14 will be executed if we pass add_bedrooms_per_room as True in line 21.

Hope this answers your question