Python Compiler : Python

#Use "e" to convert a number into scientific number format (with a lower-case e): text = "We have {:e} cats." print(text.format(9))