#This is a way without a loop
friends = list(map(str,input("Enter Names: ").split()))
print(sorted(friends))
#This is a way with a loop (for&&while)
friends = list(map(str,input("Enter Names: ").split()))
cool = True
while cool:
cool = False
for i in range(len(friends)-1):
if friends[i] > friends[i+1]:
coo = friends[i]
friends[i] = friends[i+1]
friends[i+1] = coo
cool = True
print(friends)
<h3>Answer(:</h3>
•concatenation
• scanning
• substringing
• translation
• verification
<h3>if you want to remember means csstv;-)</h3>
The answer is c
But I’m not sure
I have a kindle paper white that I downloaded all of my avalible textbook onto if that helps I find it much better then carrying around a bunch of textbooks
Hi!
These programs which allow a peripheral device to interact with the rest of the computer system are going to be <em>device drivers.</em>
Hopefully, this helps! =)