Login
Remember
Register
Ask a Question
Which one of the following is the correct way of declaring and initializing a variable, x with the value 7?
+1
vote
asked
Jan 30, 2022
in
Python
by
sharadyadav1986
Which one of the following is the correct way of declaring and initializing a variable, x with the value 7?
a) int x
x=7
b) int x=7
c) x=7
d) declare x=7
python-initialization
Python-questions-answers
Please
log in
or
register
to answer this question.
0
Answers
...