Examveda
Examveda

What is the purpose of the str() function in Python?

A. To convert a string to a number

B. To format strings

C. To concatenate strings

D. To convert a number to a string

Answer: Option D

Solution(By Examveda Team)

The str() function converts a number or other data type to a string.

This Question Belongs to Python Program >> Data Types And Numeric Types

Join The Discussion

Related Questions on Data Types and Numeric Types