Creating a set in Python

PHOTO EMBED

Sat Aug 26 2023 10:00:48 GMT+0000 (Coordinated Universal Time)

Saved by @pythonHub #python #python-hub #basics

trophies = {"Music championship", "Coding Championship", \
    "Certified Associate in Python Programming (PCAP)", \
    "CompTIA Security+", \
    "MongoDB Certified Developer Associate Exam"}

print(trophies)
print(type(trophies))
content_copyCOPY