Python Questions
@python_interview_questions
5.33K
subscribers
1
photo
7
links
Tasks for Beginners, Interview Questions, Regular expressions, simple coding problems, Quiz etc.
Useful Resources — »»»
@python_resources_iGnani
Projects for Practice — »»»
@python_projects_repository
Discussion Forum — »»»
@python_programmers_club
Download Telegram
Join
Python Questions
5.33K subscribers
Python Questions
x, y = 5, 6
x+y == _____
#Which
of the following statements is equal to x+y?
Anonymous Quiz
21%
x.__add(y)
34%
x.__add__(y)
9%
x.__ADD__(y)
5%
x.__ADD(y)
18%
None of the above
13%
Show me the answer