How can I print not keyboard symbols like smile, heart, etc. in python playground? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I print not keyboard symbols like smile, heart, etc. in python playground?

9th Aug 2017, 12:37 PM
V0173
V0173 - avatar
5 Answers
+ 6
How! Your question wasn't explicit enough... viewing your code, my first reaction was: well so, it works, because the smiley is here ^^ And few seconds were necessary before I understood your problem ;P No, you cannot print() all unicode symbols as output of code playground (but you can type them in the source code of code playground by copy-pasting them): I've already note that, as additional limitation of in/output of playground: they were captured and send between our device and the server where the code is remotely ran before sending back captured output at once after execution... and some special unicode character pages are not handled correctly ^^
10th Aug 2017, 4:29 AM
visph
visph - avatar
+ 4
You have marked my answer as best one (the tick), and immediatly remove it... and I guess you've also downvoted it: what's your problem guy? @@
9th Aug 2017, 3:46 PM
visph
visph - avatar
+ 3
By copying-pasting them ^^
9th Aug 2017, 1:06 PM
visph
visph - avatar
0
Your answer is not work. Or you think I'm not try copy it first?
10th Aug 2017, 3:59 AM
V0173
V0173 - avatar