#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)
What is being referred above is the digital information fluency. They are the ones responsible of producing an effective and efficient with the use of digital information.They also use it ethically which is beneficial to those who are using it. They are also used in evaluating and finding information in regards to digital information.