What is the functionality of the Not in the keyword in a python tuple?

39. What is the functionality of the Not in the keyword in a python tuple?

  1. Not in keyword returns true if a specific element is not there in the tuple
  2. Not in keyword returns false if a specific element is not there in the tuple

Answer: A) Not in keyword returns true if a specific element is not there in the tuple

Explanation:

Not in keyword returns true if a specific element is not there in the tuple.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.