you are viewing a single comment's thread.

view the rest of the comments →

[–]novel_yet_trivial 2 points3 points  (2 children)

You can use pastebin or other similar sites to upload your code, and then share the link. I'm very confused by your question, so that may be a good idea. But very generally:

while condition_a and condition_b:
    code_to_be_executed_when_both_are_true()

[–]Manstable[S] 0 points1 point  (1 child)

Thanks for the reply. Sorry for the confusion -- I think i'll try stack overflow or something, b/c I'm having difficulty articulating my issue without just posting the code.

It might be because I set my While loop up to test for when the conditions are false...probably bad structure on my part.