+ 1
why we have use str() function in this program.
tell me the use of str () function
5 Answers
+ 1
??
+ 1
To turn values into strings.
+ 1
but i think values can be directly added as 2+4
if we make a string '2'+'3' = 23.
0
Strings can be concantenated, meaning they can be joined together using the + symbol, like you just demonstrated.
0
to enter a text u we use string



