- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
4 Posted Topics
Re: Hey, Here is what I would do... I've ignored the GUI stuff as I have no clue about that but as far as the actual code : [CODE] #get the numbers here number_1 = raw_input('Please enter your first mobile number: ') number_2 = raw_input('Please enter your second mobile number or … | |
Re: Because you are multiplying i by 2 each time it comes around :-O I think what you need is [CODE]i += 1[/CODE] instead :P edit: if you run the code lagspike gave you its clear to see! always print out strings that are giving you trouble to see the problem! | |
Re: SgtMe has it spot on, although I have no idea what raptor is I'm going to say its best to draw a flow chart of your existing program then start from scratch in python... google helped me alot when re-writing a vb6 app in python | |
Hi Guys, I've been doing python programming for a few months and I have some code that needs a GUI. All the code does is various print outs to the screen, now in my head this sounds simple enough to convert to a GUI but I can't figure out where … |
The End.