Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

[FEATURE ADD] Add more Prime comprehension tests #10

@HunterAP23

Description

@HunterAP23

Describe the feature that is being tested/implemented
Add the following iterable comprehension methods:

  • Using tuples instead of lists entirely
    • Instead of creating a list and appending to it, create a tuple and recreate it every time a new element needs to be added
  • list converted to tuples: tuple([i for i in range(10)])
  • set: {i for i in range(10)}
  • generator: (i for i in range(10))

List any relations to other issues in this repository or in other repositories
N/A

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions