79434666

Date: 2025-02-12 22:45:31
Score: 1.5
Natty:
Report link
a_list = [3.4, False, ['now', 'is', 'the', 'time'], {'soda': 'coke'}, 6]

if any(isinstance(x, list) for x in a_list):
    print('true')
else:
    print('false')
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: AnneH