I understand the use of the modulus in regularity, but does it have multiple uses? For instance, I saw this:
print "key is '%s'" %keydecrypt
print "encrypted text is '%s'" %cipher
I don't understand what the modulus in the strings and then the modulus next to the variables are necessarily doing. -->is it a way to substitute values into string?