It is supposed to symbolize a heart, signifying love.
#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)
By sending persuasive / informable and interesting posts to gain followers.
This is an easy answer sure in the back of your mind u knew it was b good luck :).
Answer:
$1,920
Explanation:
i think its that bc 160 x 12=1,920
im sorry if wrong but if right can i get brainlest?