vascul/o

ven/i

ven/o

vener/o

ventil/o

ventr/o

ventricul/o

venul/o

verm/i

verruc/i

vers/o

vertebr/o

vesic/o

vesicul/o

vestibul/o

vir/o

viscer/o

vit/o

vitr/o

vitre/o

viv/o

volv/o, volut/o

xanth/o

xen/o

xer/o

xiph/o

yalos

ydor

yoeides

yper

ypo

ypsi

ystera

zo/o

zyg/o

zym/o

Tall_________

Inline if statement: if x: y=100 else: y=20

>>> x = 60 >>> 1 < x < 100

>>> x = 5 >>> x < 10 < x*10 < 100

>>> x = 10 >>> 10 == x > 7

>>> d = {'four': {'six': 6, 'five': 5}, 'three': [3, 33, 333], 'two': 2, 'one': 1} Print out to console only first level of dictionary like this: >>> {'four': {...}, 'one': 1, 'three': [...], 'two': 2}

Replace RED space

One-line class declaration: >>> class MyClass(object): >>> spam = "I am spam"

Follow us @

I want to suggest a feature. How do I do it?

What if there is no category that describes the quiz I want to create?

Where do choice suggestions come from?

Do I have to add more that one choice for a question to practice it in "Quiz" (Multiple choice) mode?

How do I add explanation or reference?