Operators Flashcards

1
Q

+

A

add

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

+

A

add

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

-

A

subtract

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

*

A

multiply

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

**

A

exponent

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

/

A

divide

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

//

A

divide

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

%

A

modulo/modulus - get remainder

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

less than

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

>

A

greater than

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

<=

A

less than, equal to

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

> =

A

greater than, equal to

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

==

A

equal to value (comparison)

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

<>

A

less than or greater than

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

!=

A

not equal to (comparison)

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

( )

A

used for order of operations and arguments

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

[ ]

A

forms lists

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

{ }

A

forms dictionaries

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

@

A

decorator used to add an argument to a function

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

,

A

not sure

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

:

A

used with functions, if statements, loops and classes

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

.

A

used with certain functions to call them

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

;

A

not sure

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

+=

A

add value to variable

25
Q

-=

A

subtract value from variable

26
Q

*=

A

multiple value to variable

27
Q

/=

A

divide value from variable

28
Q

//=

A

divide value from variable

29
Q

%=

A

modulo and reassign variable

30
Q

**=

A

exponent and reassign

31
Q

-

A

subtract

32
Q

*

A

multiply

33
Q

**

A

exponent

34
Q

/

A

divide

35
Q

//

A

divide

36
Q

%

A

modulo/modulus - get remainder

37
Q
A

less than

38
Q

>

A

greater than

39
Q

<=

A

less than, equal to

40
Q

> =

A

greater than, equal to

41
Q

==

A

equal to value (comparison)

42
Q

<>

A

less than or greater than

43
Q

!=

A

not equal to (comparison)

44
Q

( )

A

used for order of operations and arguments

45
Q

[ ]

A

forms lists

46
Q

{ }

A

forms dictionaries

47
Q

@

A

decorator used to add an argument to a function

48
Q

,

A

not sure

49
Q

:

A

used with functions, if statements, loops and classes

50
Q

.

A

used with certain functions to call them

51
Q

;

A

not sure

52
Q

+=

A

add value to variable

53
Q

-=

A

subtract value from variable

54
Q

*=

A

multiple value to variable

55
Q

/=

A

divide value from variable

56
Q

//=

A

divide value from variable

57
Q

%=

A

modulo and reassign variable

58
Q

**=

A

exponent and reassign