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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to