0

Wat is that the str() function ? Give an ex:

13th Aug 2016, 3:26 PM
Harish Krishna
Harish Krishna  - avatar
3 Answers
+ 6
it converts a value into a string for example str(3) is equal to '3'
13th Aug 2016, 3:40 PM
Miguel
+ 3
let i will give you a example, if u add 3+2 then =5 and if srt(3)+ str(2) them = '32' in first it act as a numbers and in second these numbers have been converted into words
14th Aug 2016, 11:58 AM
Rajat Jain
+ 1
str is a string simply a text example: input("your age") in this input age is a string
14th Aug 2016, 1:46 AM
yunus0266