1*2*3*4*5*6* - auf Konsole drucken von Python
print(1*2*3*4*5*6)
Alert Armadillo
print(1*2*3*4*5*6)
for x in xrange(1,11):
print x,