print(3+1j)
a = (3+1j) # This is also a variable we will discuss them next to next post.
print(type(a))