<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'><div>Am a newbie to programming and I started learning python days ago. I have this idea I want to execute, am a big sport and fantasy fan and I wanted to create something that will make it things a little easy for me. My idea is simple I want to create a program that I can enter name and some information about a player, for example: </div><div><br></div><div><br></div><div>NFL plays:</div><div><br></div><div><br></div><div>Jamaal Charles <span style="background-color: rgb(255, 255, 0);">RB :</span> ATT 259 , YDS 1,287 , AVG 5.0, TD 12, REC 70</div><div><br></div><div><br></div><div>Tony Romo <span style="background-color: rgb(255, 255, 0);">QB</span>: CMP% 63.9, YDS 3,828 , TD 31, INT 10, Rating 96.7</div><div><br></div><div><br></div><div>Dez Bryant <span style="background-color: rgb(255, 255, 0);">WR</span>: REC 93, YDS 1,233, AVG 13.3, LNG 79, TD 13</div><div><br></div><div><br></div><div>and other players information.</div><div><br></div><div><br></div><div>I want to be able to ask the program which<span style="background-color: rgb(255, 255, 0);"> QB</span> is best on my list and it give me the names of all the <span style="background-color: rgb(255, 255, 0);">QB</span> on my list, or ask for <span style="background-color: rgb(255, 255, 0);">WR</span> on my list and it gives me all the <span style="background-color: rgb(255, 255, 0);">WR</span> on my list, and also I want to be able to crossed out name simply by typing the players name.</div><div><br></div><div>What do I need to lean in order to accomplish this? string, variable functions?</div><div><br></div><div>feel free to ask any questions.</div> </div></body>
</html>