Answer:
The function in Python is as follows:
def greetings(details):
details = details.split(' ')
print('Hello, '+details[0]+'!, I also enjoy '+details[2])
Explanation:
This defines the function
def greetings(details):
This splits the input string by space
details = details.split(' ')
This prints the required output
print('Hello, '+details[0]+'!, I also enjoy '+details[2])
After splitting, the string at index 0 represents the name while the string at index 2 represents the hobby
The correct answer for your question is true, Hope this helps
Answer:
I dont know a lot about that but i know how to skeeo, i am reallyu good at sleeping.
Explanation:
Answer:
windows xp
Explanation:
I think because it is not fast and don't play the games and programs which have higher requirements
Answer:
Zebra.
Explanation:
Stack is LIFO, so Zebra is added in the last so it will be removed first.