Login
Remember
Register
Ask a Question
Which of the following statements assigns the value 25 to the variable x in Python:
+1
vote
asked
Jan 30, 2022
in
Python
by
sharadyadav1986
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
python-assignment
Python-questions-answers
Please
log in
or
register
to answer this question.
0
Answers
...