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 5 years ago I need short information. 1 Answers 0 Vote Up Vote Down chetan shidling answered 5 years ago Simply use c = complex(a,b) 5+4j