13 Answers
New AnswerHelp me pls
10/15/2019 8:46:15 PM
MODI GAM13 Answers
New Answer>>> int("2") + int("3") = 5 Here we are first converting string to int so it will add. Because you can add integer values. >>> int("2" + "3") = 23 In this case first we concating string so here first will be "23" Then by int("23") will be 23.
MODI GAM Don't spam. You already asked in question and giving same thing in answer. What is it?
Jenny 🖤 Maybe on your reply because this is discussion thread not for such type of things. You should tell the solution not unusual comments.
AJ || ANANT || AC || ANANY || AY oh sorry, i only started consistently using sololearn like two days ago. didnt see anywhere that you can only reply with solutions
It's string addition not the integer addition. For eg="2"+"3"="23". And if you want answer 5 you can do eval("2+3")="23".
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message