Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

keyword argument python

complex(real=3, imag=5)
complex(**{'real': 3, 'imag': 5})
Source by docs.python.org #
 
PREVIOUS NEXT
Tagged: #keyword #argument #python
ADD COMMENT
Topic
Name
2+8 =