I'm pretty sure the answer is code
Answer:
thanks you too mah dude! :)
Explanation:
In the menu bar, click Tools > Word Count or hit Ctrl/Cmd + Shift + C.
Sudden changes in temperature especially in high humidity conditions may cause condensation inside the camera and spoil it.
<u>Explanation:</u>
When the temperature changes suddenly, it will affect the camera lens through condensation. Condensation when it is caused only for few rounds, the camera will not be damages. But, when the process of condensation continues top exists it will definitely ruin and damage the camera.
Condensation affects the internal functionalities of a camera. When a camera is brought from an environments where it is cold and dry, it will be affected by condensation during the period of summer. This is because it will be hot and this causes sudden change ion the temperature. Thus, it the changes in the environment temperature that causes damages to camera.
Answer:
Statement:
print("first is "+str(first)+" second = "+str(second)) # It is a python statement where first and second are variable of any type.
Explanation:
- The above statement is the print statement that prints the value of first and second variables like in the form of "first is" value of the first variable, then space, then "second = b" and then the value of the second variable.
- The value for the first and the second variable of any type but it convert it into string form with the help of str() function in the print statement.
- The string of the print statement can be formed by the help '+' operator which adds the string with the value and the other string in print statement in java and python language.