Answer:
Jimmy Valentine is a hardened criminal who immediately returns to safecracking when he is released from prison; however, after he unexpectedly falls in love, Jimmy changes his behavior and attitudes and becomes an honest businessman. But, later he must return to his former self, although it is only briefly.
Explanation:
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:
<u>Answer:</u>
It is normal that women are beautiful, besides among the intelligent people known in the globe are the women, they are also smart and powerful. However, in the past centuries, women were not valued, and they were seen only as servants and were not allowed to contribute to any crucial matters, mainly that affected the state. Because of this, even when they lost their husband, they were nor supposed to inherit anything because they were powerless before the eyes of men. Men were considered authoritative and everything that a woman had belonged to them.
Answer:
My mom is my role model.She is nice to anyone but she doesn't let people stomp her into the ground.She knows the answer to my questions and if she doesn't know she asks about it to see if anyone else knows.She is super artsy, she paints beautiful paintings that inspire me to do art as well.She never lets me make bad decisions without a punishment, so i know not to d it next time.She's always putting others first before her self, and she always tries to help out.She's the greatest mom ever and i would not give her up for anything.
Explanation:
You can use the Who, What, When, Where, Why, How method and put it is order. you can copy and paste my answer if you want.
Who: your mom
what about her:"(your details)"
when was she born"(your details)"
Where does she work"(your details)"
Why does she not let you make a mistake"(your details)"
How good is she at being a mom:"(your details)"