Emoji inputs | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 3

Emoji inputs

Can news we use a dictionary object to correlate an emoji input with a number ? C# / Python https://code.sololearn.com/cx3ZVSleEBic/?ref=app

11th Sep 2020, 10:23 AM
Sanjay Kamath
Sanjay Kamath - avatar
1 Respuesta
+ 4
yeah, for python something like this should work: emoji_dict = { "😂": 1, "🤩": 2, "🙄": 3 }
11th Sep 2020, 10:26 AM
Bagon
Bagon - avatar