for comparison), control flow statements (break, continue, pass), indexing and slicing lists, functions and more."> for comparison), control flow statements (break, continue, pass), indexing and slicing lists, functions and more.">
MCQ Set 1
MCQ Set 1
21]Which of the following is the correct way to declare and initialize a variable
in Python?
A. int x = 5
B. x = 5
C. x := 5
D. Both B and C