What are the options and if it's meaning like when you save something it has .pdf .jpg or .doc after the title then it would be ".doc"
Hard to answer to short but I will try the head gear let's you talk to people on the internet
Answer:
def insSort(arr):
ct=0;
for i in range(1, len(arr)):
key = arr[i]
j = i-1
while j >=0 and key < arr[j] :
arr[j+1] = arr[j]
j -= 1
ct=ct+1;
arr[j+1] = key
return arr,ct;
print(insSort([2,1]))
Output of the program is also attached.
I'm going have to go with with 1.b and 2.d hope this helps and I don't need help right now.
Answer:
i think its slideshow tab
Explanation:
tell me if im right