HW:
A. Make sure you have a repl.it account, I will create a team in the next class so we can share code.
B. Print one or more images from this post using Python.
C. Print the black-tiled rectangle as described at the bottom of this post. You can do this in two steps: first only print only the boarder, then modify your code to add the bar at the center. It's perfectly okay if you got stuck at first. We will work it together in class.
kind of confused, since i thought this was a python class, but the problems are java practice? couldnt figure out how to do the second one since it seems like its for java but here is the code i made for the first one... for i in range(4):
print("**********")