Skip to content

challenges vb - #15

Open
victorbescos wants to merge 1 commit into
Ironhack-data-bcn-oct-2023:mainfrom
old-victor-ctrl:main
Open

victorbescos wants to merge 1 commit into
Ironhack-data-bcn-oct-2023:mainfrom
old-victor-ctrl:main

Conversation

@victorbescos

Copy link
Copy Markdown

No description provided.

@bripollc

Copy link
Copy Markdown

Hola Victor,

Felicidades!!!!!!!!! Tengo poco que decirte porque has hecho un muy buen segundo lab:)

Challenge 1: impecable! Todo es correcto.

Challenge 2: idem, buen trabajo:)
Lo único:

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

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

Challenge 3: está perfecto!

sigue así!!!!! 🚀🚀 olé!

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