Vidyalelo
Python · Q1

Python MCQs: Variable Names and Operators Chapter

Programming · Python · question 1

Q1

What is the assignment operator in Python?

A.
==
B.
=
Answer
C.
:=
D.
><

Answer: Option B

Solution

Answer: Option B
Solution:
The assignment operator in Python is =.