+1 vote
in Python by
Which of the following statements assigns the value 25 to the variable x in Python:

a) x ? 25

b) x = 25

c) x := 25

d) int x = 25
...