+ 3
How to print Dictionary in tabular form?(in python)
like hi 700 hello 600 me 900 etc.
8 ответов
+ 7
I prefer this way:
https://code.sololearn.com/cAHbHHSl2WU2/?ref=app
+ 5
LAZY GHOST this question tags should not include c++, java, c, hack, hacker or go, it's confusing others which language your question was about.
+ 3
you can also use pandas module for it but this module does not work in sololearn playground.
+ 3
thank you guyz 😍
+ 2
you would iterate through it, and then print out the current key, and then the current value. use a foreach loop to iterate.
+ 2
I don't think tabs work on sololearn but here is the answer:
https://code.sololearn.com/c0k2A0et1BaF/?ref=app
+ 2
HonFu thats pretty good👌.
+ 1
"\t" is a tab in a string