<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Good day,<div><br></div><div>I have two problems. First one is, using and downloading tkinter. I have searched about it and it led me to a download page. But then, I didnt know which one to download so I chose the first one on the right. It led me to a zip file and its saying extract the'.tar.gz files for tcl and tk' but I couldn't find it in the zip file that I downloaded. What do I do?</div><div><br></div><div>Secondly, I am having a hard time finding an answer to my question, which is how to remove indentation on dictionary when I run my program. I've searched google and all but I couldnt find anything. So the dictionary kind of looks like this:</div><div><div>Dic = {"Sunnynook Rd":'50',"Carlisle Rd":'50',"East Coast Rd":'50',"Upper Harbour Drive":'50',</div><div>    "Lake Rd":'50',"Waipa St":'50',"Great North Rd":'50',"Richardson Rd":'50',"Atkinson Rd":'50'}</div></div><div><br></div><div> My problem is when I run my program, there are unnecessary indentations in Upper Harbour Drive and Lake Rd. So when I run it it looks like this:</div><div>Atkinson Rd            50</div><div>Carlisle Rd              50</div><div>Lake Rd          50</div><div>Upper Harbour Drive            50</div><div>Waipa St                 50</div><div>Sunnynook Rd         50</div><div>Richardson Rd        50</div><div>Great North Rd       50</div><div>East Coast Rd         50</div><div><br></div><div>How do I align Lake Rd and Upper Harbour Drive so it wont look silly like the one above?</div><div><br></div><div>Thank you and hope to hear from one of you tutors</div><div><br></div><div>Regards</div>                                     </div></body>
</html>