Quotes help make search much faster. Example: "Practice Makes Perfect"

Thursday, November 29, 2012

Codecademy: For your A


#sample solution


s = "A bird in the hand..."

#add your for loop
for c in s:
if c == 'A' or c == 'a':
print 'X'
else:
print c

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts