Can i do something akin to following:
For char a in [a-z]:
for char b in [a-z]"
for char c in [a-z]:
Do Some Action with the variables A, B, and COr would I have to write out all of the actions individually by hand (or script to be more realistic)

