Sage programing
write a sequence of commands that will randomly generate an integer a between 1 and 6 and another integer between 1 and 6 and compute the following:
(a)the sum of the two integers as an integer.
(b) the sum of the two integers as a string.
(c) a string representing the value of a plus b (i.e if a=2 and b=3, the string that should returned is '2+3'