1 1 1 1 1 1 1 a = 1 b = 2 c = 3 d = 4 print a print b print c e = 10 f = 15 g = 20 print d print e print f print g end