79312168

Date: 2024-12-27 15:26:30
Score: 2.5
Natty:
Report link

n [1]: heart="❤️"

In [2]: len(heart) Out[2]: 2

In [3]: hex(ord(heart[0])) Out[3]: '0x2764'

In [4]: hex(ord(heart[1])) Out[4]: '0xfe0f'

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Komal chandra Namdev