Demonstrating Complex numbers in Python

PHOTO EMBED

Wed Aug 02 2023 14:16:44 GMT+0000 (Coordinated Universal Time)

Saved by @pythonHub #python #python-hub #basics

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