<span>The character to the right of the cursor is deleted. </span>
Answer:
I think it is the first one
Explanation:
Ancient mode of transmission are used by people in the past while modern mode of transmission are used by present people
This is for Python
numbers = [7, 3, 6, 9, 0]
print(numbers.sort())
Output: [0, 3, 6, 7, 9]
numbers = [7, 3, 6, 9, 0]
print(numbers.sort(reverse = True))
Output: [9, 7, 6, 3, 0]
Equal sign (=)
hope so !!!