1 2 3 4 5 6 7 8
print "abc"+"defg" print "A"*3 print 4*"b" print "abc";"defg" print "abc"; print "defg" print "q","w" print "abc"[0]