+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

Related questions

0 votes
asked Jan 18, 2021 in Python by SakshiSharma
0 votes
asked Dec 14, 2019 in Python by sharadyadav1986
...