Edited, memorised or added to reading queue

on 03-Dec-2020 (Thu)

Do you want BuboFlash to help you learning these things? Click here to log in or create user.

Flashcard 3169766214924

Question
Using python list comprehension convert list = [1,2,3,4] to new_list = [2,4,6,8]
Answer
new_list = [i*2 for i in list]

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

pdf

cannot see any pdfs







Flashcard 6060310138124

Question
A set
Answer
[default - edit me]

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill
AATA Sets and Equivalence Relations
e A GNU Free Documentation License B Hints and Answers to Selected Exercises C Notation Index Colophon Authored in PreTeXt 🔗 Section 1.2 Sets and Equivalence Relations 🔗 Subsection Set Theory 🔗 <span>A set is a well-defined collection of objects; that is, it is defined in such a manner that we can determine for any given object x x whether or not x x belongs to the set. The objects that b







Flashcard 6060311710988

Question
[default - edit me]
Answer
a well-defined collection of objects; that is, it is defined in such a manner that we can determine for any given object x x x whether or not x x x belongs to the set. The objects that belong to a set are called its elements or members . We will denote sets by capital letters, such as A A A or X ; X ; X\text{;} if a a a is an element of the set A , A , A\text{,} we write

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill