Shortcut Navigation:

Type Value Quiz

What will be placed in a?a = 2,3

What is the type of a?a = 10/5

What is the type of a?a = 10.0//5

What is the type of a?a = {1,2:3}

What is the type of a?a = {}

What is the type of a?a = (b for b in [1,2])

What the will be in a?a = -1 ** 2

The operations |, ^ and & ..

What is the type Value of a = ?a = -4 % 1.5

What is the type Value of a = ?a = -4 // 1.5