python-small-examples/md/7.md at master · data-python/python-small-examples
Skip to content
Sign in
AI CODE CREATION
GitHub CopilotWrite better code with AI
GitHub SparkBuild and deploy intelligent apps
GitHub ModelsManage and compare prompts
MCP RegistryNewIntegrate external tools
View all features
Sign up
Star 1
14 lines (11 loc) · 164 Bytes
@author jackzhenguo @desc 创建复数 @date 2019/2/13
创建一个复数
In [1]: complex(1,2) Out[1]: (1+2j)