Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Ask a Question
Which of these options could be used in tuple object?
Home
Python
Which of these options could be used in tuple object?
asked
May 17, 2019
in
Python
by
Derya
Which of these options could be used in tuple object?
1)Sorted, Lens , Max
2)Reverse , Max
3)Append
#python
Python-questions-answers
2
Answers
0
votes
answered
Jul 30, 2019
by
anonymous
Append
0
votes
answered
Dec 26, 2019
by
anonymous
2)
Related questions
+1
vote
Which of the following options could be used in the tuple object?
asked
Jul 11, 2021
in
Python
by
rajeshsharma
tuple
python3
Python-questions-answers
0
votes
Which statements will result in slice of tuple?
asked
May 17, 2019
in
Python
by
Derya
#python
Python-questions-answers
0
votes
Dictionary could be copied to another dictionary using which of following syntax?
asked
May 15, 2019
in
Python
by
Derya
#python
Python-questions-answers
+1
vote
What is the difference between tuple and dictionary?
asked
Feb 13, 2021
in
Python
by
SakshiSharma
#python
tuple
dictionary
tuple-vs-dictionary
Python-questions-answers
0
votes
What is the output of print tuple[0] if tuple = ( 'abcd', 786 , 2.23, 'john', 70.2 )?
asked
May 16, 2020
in
Python
by
AdilsonLima
#python
Python-questions-answers
0
votes
Empty list could be created with list() alone.
asked
May 17, 2019
in
Python
by
Derya
#python
Python-questions-answers
0
votes
Which of the following special attribute can be used to access a doc string in a program?
asked
Jul 10, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
0
votes
Which of the following decorator need to be used while working with setUpClass and tearDownClass fixtures?
asked
Jun 30, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
0
votes
Which methods can be used with list objects?
asked
May 15, 2019
in
Python
by
Derya
#python
Python-questions-answers
+1
vote
Which of the following decorator is used to transform a user defined function into a fixture using pytest?
asked
Jul 16, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
0
votes
Which of the following decorator is used to skip a test unconditionally, with pytest?
asked
Jul 16, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
+1
vote
Which of the following option is used to generate Junit style test report in xml using pytest?
asked
Jul 16, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
0
votes
Which of the following option is used to generate test report in xml using nose?
asked
Jul 16, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
0
votes
Which of the following doctest directive is used to ignore part of the result?
asked
Jul 10, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
0
votes
Which of the following doctest directive is used for not considering or executing a specific doctest?
asked
Jul 10, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
0
votes
Which of the following decorator is used to assign user defined setup and tear down functions to a test function, while using nose?
asked
Jul 2, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
0
votes
Which of the following decorator is used to report a test as a failure one, if execution of it takes more than the specified number of seconds?
asked
Jul 2, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
0
votes
Which of the following option is used to generate test report in xml using nose?
asked
Jul 2, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
0
votes
Which of the following command is used to discover all tests in a project and execute them using nose?
asked
Jul 2, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
0
votes
Q. Which of the following decorator is used to skip a test if a given condition is false, with unittest?
asked
Jun 30, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
...