Answer:
Following are the answer to this question:
x=int(input("Enter number: "))#defining x variable that input value from user end
if x< 0:#defining if block that check x value is less then 0
while x<0:#defining while loop print up to the value
print(x)#print value
x+= 1#add values by 1
elif x>0:#defining elif block to check value x is greater than 0
while x>0:#defining while loop to print down to value
print(x)#print value
x-= 1#subtract value by 1
Output:
when input is a positive value
Enter number: 5
5
4
3
2
1
when input is a negative value
Enter number: -5
-5
-4
-3
-2
-1
Explanation:
- In the given python code, x variable is declared that input the value from the user end, in the next step if and elseif block is declared that calculates and prints its value.
- In the if block, it checks value is negative it uses the while loop to prints its values in the down to value form.
- In the elif block, it checks the positive it uses the while loop to prints its values into the up to values form.
The menu command that you would <span>select to make a copy of an open file and rename it is SaveAs. </span>
Answer:
what is your question? I can't answer this question haha
The thing that Katsumi should do in this situation is to option A in the image attached.
<h3>Why choose option A?</h3>
Note that Design documentation is said to be a composition of documents and resources that is said to cover all areas of one's product design.
Option A is correct because in the above scenario, it is usually mostly inconclusive and as such, Katsumi should do nothing.
Learn more about design document from
brainly.com/question/27250066
#SPJ1
Answer:
the answer is environmental