Forum: Python Nov 20th, 2008 |
| Replies: 4 Views: 1,052 Hi I am trying to ask the user to input a binary number and checking to see if
the input contains 0's and 1's. If not, I want to inform the user that the input was invalid and ask them to retry.
... |
Forum: Python Oct 29th, 2008 |
| Replies: 4 Views: 403 Thanks Gribouillis, you are a life saver!
I have added to your rep! |
Forum: Python Oct 29th, 2008 |
| Replies: 4 Views: 403 Hi I am created a word guessing game.
I have pretty much completed the game, but I cannot get it to do one thing.
That is showing the users previous guess along with the new guess.
For example,... |
Forum: Python Oct 28th, 2008 |
| Replies: 5 Views: 445 Thanks guys, I solved the problem! |
Forum: Python Oct 27th, 2008 |
| Replies: 5 Views: 445 Hi, I am creating a game the asks the user if they want to play again at the end.
If the user answers yes, I want python to execute the program again starting from the beginning.
I have tried... |
Forum: Python Oct 24th, 2008 |
| Replies: 9 Views: 1,928 Thanks guys, I have solved the problem! |
Forum: Python Oct 24th, 2008 |
| Replies: 9 Views: 1,928 I tried your suggestion and I am gettin the error list indices must be integers. |
Forum: Python Oct 24th, 2008 |
| Replies: 9 Views: 1,928 I've tried that but I get an error saying that the list index is out of range, I'm guessing because everytime you delete a letter, the range changes. |
Forum: Python Oct 24th, 2008 |
| Replies: 9 Views: 1,928 Hi, I am trying to get Python to pick random letters from a given list.
However I don't want any repetitions, I just can't seem to figure out how to skip
on letters already chose.
Any help would... |