Forum: Python Apr 26th, 2008 |
| Replies: 2 Views: 3,738 I've got a small bit of code I need to convert to C#. However my experience with C# is very very limited and a simple python program like the one I'm trying to convert is beyond my experience in C#.... |
Forum: Python Mar 8th, 2008 |
| Replies: 8 Views: 1,120 How can i turn a single string like "movie" and put each letter into an array separately like:
word = ['m','o','v','i','e']
Thanks for all the help, I'm new to programming so i apologize for... |
Forum: Python Mar 8th, 2008 |
| Replies: 8 Views: 1,120 I'm working on writing a small program that jumbles up a word an allows the user to move letters around in a string until the word us un-jumbled.
For Example:
If the given word is "movie"
The... |