in Python by
Q:
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 31, 2020 in Python by SakshiSharma
+1 vote
asked Jan 30, 2022 in Python by sharadyadav1986
0 votes
asked Nov 24, 2020 in Python by sharadyadav1986
...