Answer:
The Python code is given below
Explanation:
# Get our input from the command line
import sys
N = int(sys.argv[2])
# Convert the list of strings into integers
numbers= []
for i in sys.argv[1].split(","):
if(i.isdigit()):
numbers.append(int(i))
# numbers now contains the list of integers
f = False
#Use for loop upto len(numbers)
for i in range(0,len(numbers)):
#Use "if" loop to check
if numbers[i] == N:
#Assign "True" to "f"
f = True
#Display "i"
print(i)
break
#Check "if" loop by assigning "false" to "f"
if f==False:
#Print "-1"
print("-1")
Answer:
The answer is explained below
Explanation:
They are many features in photoshop that allow for nondestructive editing of images, these are:
- Dialog box: It also for the user to undo an activity to the last change
- Layer: It contain data that can be adjusted to change the appearance of an image.
- Mask: It protect a designated portion from changes you want to make.
- Smart Objects: It allows for the editing of an image without altering or damaging the original image
- Revert: It allows you to go back to the original image as it was when you opened the document.
- Crop: After cropping an image you can choose to hide the cropped part instead of deleting it.
Doing so would not only increase your productivity potential / but also increase your productivity STANDARDS for certain jobs (e.g. data entry; secretarial work), which is a direct skill that is valuable to employers. Furthermore, if you work in a a secretarial job, this would allow you to accomplish tasks such as "touch typing" a lot faster (without sacrificing quality) — allowing you more time to accomplish other tasks, making you more efficient and even promotable in terms of pay raise and in terms of promotable to other positions with higher earnings — and even teach new staff members.
_____________________________
Answer:
B repeat a chunk of code until the condition is true im 88% sure