"import string" and it doesn't like that. I'm sure
I'm missing something very basic here due to my newness with Python.
Can anyone offer any insights?
Thanks,
Chuck
--
==
Chuck Coker, Sof
;python" +"cryptography". (0.09
seconds)
Chuck
--
======
Chuck Coker, Software Developer[EMAIL PROTECTED]
Tyrell Software Corporation http://www.tyrell.com
Office: +1 949 458 1911
you write will be code that you will write over and over.
Try to keep your pieces small and generic, except, or course, where
you need to do a specific step that applies to your current project
only.
Good luck on your project.
Chuck
--
==
use it?
--
==
Chuck Coker, Software Developer[EMAIL PROTECTED]
Tyrell Software Corporation http://www.tyrell.com
Office: +1 949 458 1911 x 203Cell: +1 714 32
ore_stuff();
>> }
>>
>> do_final_stuff();
>>
>> one: continue_program();
>
> I'd put this code in a function, replace the goto one with return, and
> put a call to the function in place of the code.
>
> def tests():
> if test_1:
> etc etc
> if