[Tutor] Just for fun I wrote

nova812 sentinel805@netscape.net
Mon, 24 Dec 2001 13:22:08 -0500


I wrote this to help me ( a long time BASIC programmer) convert to python.
In case this helps any one else start programming with python, here is 
what I wrote.
It is some basic BASIC string functions writen in python.  these 
functions are..
left, right, mid, instr, ucase.

Of course I already know about the String lib that already comes with 
python,  this
was a learning exercise for me.  here is the code.


http://www.geocities.com/swinux/bString.html


Ron