in Python by (31.6k points)
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 (32.2k points)
...