Hello,
Suppose this is my list of languages.
aList = ['Python','C','C++','Java']
How can i write to a file like :
Python : ...
C : ...
C++ : ...
Java : ...
I have used rjust() to achieve this. Without it how can i do ?
Here i have done manually. I want to avoid that,ie; it shuould be ordered automatically.