Return to the class
Problem A: Modify the following code by only adding end and sep options to the existing print commands to get the output A.B;C:E--
Here is the code to modify:
print("A","B")
print("C")
print("E")
Problem B: Use the turtle graphics package to make the turtle draw the first letter of your first name and the first letter of your last name, each in a different color. Be sure that the two letters are separated by a space and are not connected with a line.