Advertisement
KodingKid

Python sets

Apr 3rd, 2021
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.16 KB | None | 0 0
  1. set1 = {"ak-47", "beretta-92", "cz-457"}
  2. print(set1)
  3. #this is fairly similar to a dictionary, see https://pastebin.com/q4Ubsd71 and https://pastebin.com/JJ0ueBiD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement