First script. Need some help

MRAB python at mrabarnett.plus.com
Thu May 27 15:41:18 EDT 2010


ledpepper wrote:
> #Enter in firstname.lastname (bob.smith)
> #Count the amount of letters(x) and vowels(y)
> #Then work out if bob is > but not equal to 6 letters
> #If firstname is less than 6 print firstnamesurnamexy
> #If firstname is equal to or greater than 6 print firstnamexy
> #Copy result to clipboard
> 
> http://codepad.org/Emzpix3H
> 
> I think you can see what i'm trying to do here. I will definitely
> elaborate if anyone needs me to.
> 
You need to download and install the Windows-specific extensions:

     http://sourceforge.net/projects/pywin32/

I'm assuming you're using Python 2.6 on Windows.



More information about the Python-list mailing list