79779980

Date: 2025-10-01 11:37:20
Score: 1.5
Natty:
Report link
a = set([1,3,4])
b = set([5,6,7])
c = a.union(b)
# {1, 3, 4, 5, 6, 7}
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: abdelrahman aboneda