+1 vote
in Python by
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

Related questions

0 votes
asked Jan 18, 2021 in Python by SakshiSharma
+1 vote
asked May 11, 2022 in PHP by sharadyadav1986
...