0
guys what does if num ==7: means?
is it same as if num =7:
3 Antworten
+ 2
If you are using if, that means you are checking whether it is true or false. In this case to check, we use == whereas = is used where you want to assign a value to any variable like int x = 5;
+ 1
You're welcome
0
thank you soo much