Q1
What is the assignment operator in Python?
A.
==
B.
=
AnswerC.
:=
D.
><
Answer: Option B
Solution
Answer: Option B
Solution:
The assignment operator in Python is =.
Python MCQs: Variable Names and Operators Chapter
Programming · Python · question 1
Q1
Answer: Option B