Skip to content

AmirG - Challanges completed succesfully - #13

Open
amirg33 wants to merge 1 commit into
Ironhack-data-bcn-oct-2023:mainfrom
Ironhack-Labs-Okt-2023:main
Open

amirg33 wants to merge 1 commit into
Ironhack-data-bcn-oct-2023:mainfrom
Ironhack-Labs-Okt-2023:main

Conversation

@amirg33

@amirg33 amirg33 commented Oct 10, 2023

Copy link
Copy Markdown

No description provided.

@bripollc

Copy link
Copy Markdown

Hi Amir,

Congratulations!!!!!!!!! I have not much to tell you because you have made a really good second lab:)

Challenge 1: everything correct, it's perfect!

Challenge 2: idem, good job.
The only thing:

  1. Using the pop method, remove the first element of set1.
set1_list = list(set1)
set1_list.pop(0)
set1_list_pop = set(set1_list) # And we convert it back to set
print(set1_list_pop)

The pop method removes an element randomly, so we could convert it to list to pop the first element.

Challenge 3: nothing to say, it's perfect!

keep going!!!!! 🚀

@amirg33

amirg33 commented Oct 12, 2023 via email

Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants