Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✏️ Implementing Lists, at random from lists, add and remove for Micro:bit #5589

Closed
wants to merge 20 commits into from

Conversation

rmagedon97
Copy link
Collaborator

@rmagedon97 rmagedon97 commented Jun 3, 2024

Implemented list management features for Micro:bit, including the ability to create lists, print random elements from lists, add new elements to existing lists, and remove elements from lists.

How to test

Go to level 3 in Hedy and create a list then print an element from the list at random and use the Micro:bit button. Also elements can be added and removed with the same syntax as Hedy. After clicking on the Micro:bit button a hex file will be generated which can be viewed here: https://python.microbit.org/v/3/ or directly pasted in micro:bit.

Checklist
Done? Check if you have it all in place using this list: (mark with x if done)

  • Contains one of the PR categories in the name
  • Describes changes in the format above
  • Links to an existing issue or discussion
  • Has a "How to test" section

If you're unsure about any of these, don't hesitate to ask. We're here to help!

@Felienne Felienne changed the title 💻 Implementing Lists, at random from lists, adding and removing elements from a list for Micro:bit Level_3. ✏️ Implementing Lists, at random from lists, add and remove for Micro:bit Jun 4, 2024
@boryanagoncharenko boryanagoncharenko marked this pull request as draft June 6, 2024 13:59
@rmagedon97 rmagedon97 marked this pull request as ready for review June 16, 2024 23:57
@rmagedon97 rmagedon97 marked this pull request as draft June 17, 2024 00:02
@rmagedon97 rmagedon97 closed this Jun 17, 2024
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.

3 participants