Answer:
The awnser is D or IP Address
Explanation:
<h2>
BRAINLIEST PLEASE</h2>
Answer:
where are the options for the question
Answer:
Add this statement at the end of your steps() function
return ""
This statement will not print None at the end of steps.
Explanation:
Here is the complete function with return statement added at the end:
def steps(number): # function steps that takes number (number of steps to print) as parameter and prints the steps specified by number
i = 1 #assigns 1 to i
while i < number + 1:
string = str(i) * 3 #multiplies value of i by 3 after converting i to string
string1 = str(string) # stores the step pattern to string1
if i != 0: # if the value of i is not equal to 0
string1 = (i * 4*' ' + "\b" + "\b" + "\b" + "\b") + string #set the spaces between steps
elif i == 1: # if value of i is equal to 1
string1 = string #set the string to string1
print(string1) # print string1
i = i + 1 # increments i at each iteration
return "" #this will not print None at the end of the steps and just add a an empty line instead of None.
Screenshot of the corrected program along with its output is attached.
Answer:
- <u><em>See the two pictures attached with the images she would pick.</em></u>
Explanation:
A case or bag are essential to prevent damage to the lenses, the housing or the internal components of the camera.
Rain, dust, liquid spills or blows with other objects could cause scratches to the lenses or damage to the internal components and a padded and waterproof bag or a hard case could save your camera from these common situations.
Thus, the two attached images whould show a good <em>care</em> for the camera, while other images are showing the camera unattended.
The image with the camera around the neck is also a good example of care, because the camera is protected with a hoodie that protects the lens from scratches, dust, water, and impacts.
Answer:
b) 01564 37928
e) 26 8 75 32 901
Explanation:
Pushes and pulls are the computer operations which enable the user to perform numerical tasks. The input commands are interpreted by the computer software and these tasks are converted into numeric values to generate output.