0
Heyy friends, can anyone tell me how a>>>print(bolean( "string"==int))give output???
3 Antworten
+ 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
0
thanks for the reply😊😊😊😊
- 1
false.