Python Compiler : Python

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