Search Results

Results for: 'MD “Using Technology to Advance Brain Aging Research”'

6:59

Boolean Literals and Simple Boolean Expressions

By: cbcafier

Boolean literals, True and False, and simple Boolean expressions using comparison operators.

16:44

Gravitropism video

By: bbaines

an explanation of our experiment and results on gravitropism and how it can be inhibited by using a compound, NPA, that blocks auxin transporters

20:09

Finding an element within a sequence

By: cbcafier

Finding an element within a sequence using `in`, and finding the index of the first occurrence of an element in a sequence with `.index()`