79554901

Date: 2025-04-04 09:10:54
Score: 2.5
Natty:
Report link

The answer will be always false. Because when you declare a = {} it will create a new object in the memory, for b={} also it will create a new object in the memory. previous object referencing will not occur. So comparing both will always give the answer as false

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Vikneswaran