How to convert values of int and float into complex number in python? All Questions › Category: Python › How to convert values of int and float into complex number in python? 0 Vote Up Vote Down chetan shidling asked 4 years ago I need short information. 1 Answers 0 Vote Up Vote Down chetan shidling answered 4 years ago Simply use c = complex(a,b) 5+4j