Welcome to www.qatutorials.com!!!!
      
      
Question Answer Tutorial Search
Home Search Add Question Python Basics Core Data Types String

List

Mock Test Contact Feedback
Home
Search
Add Question
Python
Basics
Core Data Types
String

List

Mock Test
Subscribe/Unsubscribe
Email:
Social Media
Facebook

Misc Tutorials

References

Question and Answer Tutorial
Tutorials Point
Stack Overflow

Question Answer Tutorial - Python->List

First Previous 1 2 3 4 5 6 7 8 Next Last
Question: What is the output when we execute list("hello")?
Answer: ['h', 'e', 'l', 'l', 'o']
Question: Suppose listExample is ['h','e','l','l','o'], what is len(listExample)?
Answer: 5
                        
Question: Suppose list1 is [2445,133,12454,123], what is max(list1)?

Answer: 12454
Question: Suppose list1 is [3, 5, 25, 1, 3], what is min(list1)?
Answer: 1
Question: Suppose list1 is [1, 5, 9], what is sum(list1)?

Answer: 15
First Previous 1 2 3 4 5 6 7 8 Next Last
Comment:
Name:Email:
Contact No.:
Copyright © 2014 by SBJ Group. All Rights Reserved. Developed and maintained by SBJ Group. Supported on Internet Explorer browser only