Home > other > The problem of python dictionary help master
The problem of python dictionary help master
Time:09-27
Message=input (' you want to say: ') Word=message. The split (') Emojis={ ":)" : ", " "(" :" " } The output=' For words in the word: The output +=emojis. Get (words, words) + " "Print (the output)
This inside a Emojis. Get what is the principle of words, words, I only know emojis. Get (words, "default") usage
CodePudding user response:
The words here is the actual output values are to be paid, the words can actually in front of the empty, the output +=emojis. Get (' ', words) + "" the result is the same oh ~