Python Program to print Emojis.


print("\U0001F600")
print("\U0001F923")
print("\U0001F914")
print("\U0001F606")
print("\U0001F60A")
print("\U0001F929")
print("\U0001f600")

The output is:-

Post a Comment

0 Comments