Concept

str()

The type converter str turns its argument into a string.

print(str(17)) print(str(123.45)) print(type(str(123.45)))
17 123.45 <class 'str'>

0

1

Updated 2021-06-29

Contributors are:

Who are from:

Tags

Python Programming Language

Data Science

Related