- 1
Why it is showing true?
a=5**2 print(a) b=5.0**2 print(b) print(a==b)
5 Answers
+ 4
B.coz a and b have equal values
25 is equal to 25.0
https://www.sololearn.com/learning/2276/
+ 2
You can copy that link and paste it on a browser or Myo Thuzar do it like this
https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2276/?ref=app
https://www.sololearn.com/Discuss/2824742/?ref=app
+ 1
Not clear with your question
What is your doubt? data type ?
or don't know the calculation of a and b?
+ 1
Simba thanks manđ€
0
How??
The link is redirecting me to the same question