Styrow.dev
Question 23 of 45
Python Topic: General medium

How you can convert a number to a string?

Question

How you can convert a number to a string?

Answer

In order to convert a number into a string, use the inbuilt function str(). If you want a octal or hexadecimal representation, use the inbuilt function oct() or hex().