Python 2.5 licensing: stop this change

Martin P. Hellwig mhellwig at xs4all.nl
Sat Apr 1 13:36:39 EST 2006


Fuzzyman wrote:
<cut>
> 
 From the site:
"Advanced Program for Research In Licensing, whose First Object-Oriented 
License"

string = "Advanced Program for Research In Licensing, whose First 
Object-Oriented License"
for letter in string:
     if ord(letter) in range(65,91):
         print(letter),

-- 
mph



More information about the Python-list mailing list