私は独学でpythonを掘り下げて独学しています。空のままにした場合、関数がこれを行うかどうかはわかりません。
#My first section that pulls a value from a random shuffle of codes
print "\n"
print "-"*10
print 'This is a test of the %s system'% codes[0]
print "-"*10
print "\n"
#My second section that pulls a value from a random shuffle of codes
print "\n"
print "-"*10
print 'This is not a test of the %s system and all is good'% codes[1]
print "-"*10
print "\n"
私の質問は、見栄えを良くし、コード行を少なくする方法はありますか? それとも、10行の印刷で立ち往生していますか?