Heyy friends, can anyone tell me how a>>>print(bolean( "string"==int))give output??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Heyy friends, can anyone tell me how a>>>print(bolean( "string"==int))give output???

7th Dec 2016, 9:01 AM
N.V.S.R.Sandeep
N.V.S.R.Sandeep - avatar
3 Answers
+ 2
what's your question exactly? if you have a string and you want to convert string to int, you can use int() for example : >>> print(int("2"), 2) True
7th Dec 2016, 12:39 PM
Ramin Najjarbashi
Ramin Najjarbashi - avatar
0
thanks for the reply😊😊😊😊
11th Dec 2016, 7:24 AM
N.V.S.R.Sandeep
N.V.S.R.Sandeep - avatar
- 1
false.
7th Dec 2016, 4:17 PM
Murat Ahmedovich
Murat Ahmedovich - avatar