Answer:not enough information
Explanation:
Answer:
The # marker is used to mark a line comment in python.
Explanation:
The line that starts with # is a comment.Python will ignore the lines that starts with #.These comments can be used to add extra information in the python code.
For example:-
Following is the python code with comments.
names=['sam','optimus','bumblebee'] #names is the list of transformers characters.
for i in names:
print(i) #printing the names.
There are 2 comments in the python code written above.These are ignored by python.
True..they do take great photography..
There are different kinds of variable. The answers are below;
- If the variable value is incremented, therefore, No <u>exception </u>will occur.
- If the variable value is incremented, An <u>Overflow </u>will occur
- If the variable value is decremented no exception will occur.
<h3>What is Underflow?</h3>
Underflow is a known to be a process or exception that happens if a number calculation is too small to be shown by the CPU or memory.
what causes a overflow is the Adding to a variable when its value is at the upper end of the datatype range.
Learn more about variables from
brainly.com/question/24751617
A 'server' is the network device that manages its resources.