TOKENS Flashcards

(76 cards)

1
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

False

A

Keyword

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

True

A

Keyword

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

None

A

Keyword

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

and

A

Keyword

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

as

A

Keyword

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

class

A

Keyword

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

def

A

Keyword

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

elif

A

Keyword

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

else

A

Keyword

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

except

A

Keyword

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

finally

A

Keyword

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

for

A

Keyword

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

from

A

Keyword

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

if

A

Keyword

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

import

A

Keyword

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

in

A

Keyword

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

is

A

Keyword

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

not

A

Keyword

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

or

A

Keyword

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

while

A

Keyword

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

with

A

Keyword

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

hello

A

Identifier

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
print
Identifier
26
Import
Identifier
27
del_
Identifier
28
_ num
Identifier
29
30
2
int literal
31
2.3
float literal
32
.5123
float literal
33
“hello world”
string literal
34
+
operator
35
-
operator
36
*
operator
37
**
operator
38
/
operator
39
//
operator
40
%
operator
41
<<
operator
42
>>
operator
43
&
operator
44
|
operator
45
^
operator
46
~
operator
47
:=
operator
48
<
operator
49
>
operator
50
<=
operator
51
>=
operator
52
==
operator
53
!=
operator
54
@
operator
55
()
Delimiter
56
[]
Delimiter
57
{}
Delimiter
58
,
Delimiter
59
:
Delimiter
60
;
Delimiter
61
@
Delimiter
62
=
Delimiter
63
->
Delimiter
64
+=
Delimiter
65
-=
Delimiter
66
*=
Delimiter
67
/=
Delimiter
68
//=
Delimiter
69
%=
Delimiter
70
@=
Delimiter
71
&=
Delimiter
72
|=
Delimiter
73
^=
Delimiter
74
>>=
Delimiter
75
<<=
Delimiter
76
**=
Delimiter