Answer:
SOURCE CODE
#reverseing digits of each elements in a list
a=eval(input('Enter the list of numbers:'))
l=len(a)
for i in range (l):
b=0
while a[i]!=0:
b=b*10+a[i]%10
a[i]=a[i]//10
a[i]=b
print()
print('List after reversing digits of each elements of list is:','\n')
print(a)
OUTPUT
Enter the list of numbers: [123, 586, 947]
List after reversing digits of each elements of list is:
[321, 685, 749]
>>>
Enter the list of numbers: [1234,789, 4567]
List after reversing digits of each elements of list is:
[4321, 987, 7654]
>>>
Explanation:
Answer:
Captain Nemo wants world domination. Some examples aare when he builds a giant sub to get away from civilization.
Explanation:
Answer:
The primary focus of the code of ethical conduct is safety and education.
Explanation:
A code of ethics outlines the ethical principles that govern decisions and behavior at a company or organization. They give general outlines of how employees should behave, as well as specific guidance for handling issues like harassment, safety, and conflicts of interest.
On average more than 900 tornadoes occur annually across the country
I think the answer is : B. preposition: through; object of the preposition: window
preposition describe a relationship between words in a sentence and the object of the preposition is the head noun within the noun phrase or the noun clause
hope this helps