Python Exam UAH Questions and Answers 100% Pass
Python Exam UAH Questions and Answers 100% Pass Which of the following data types are not supported in Python? - Correct Answer️️ - List, Set, Dict, Tuple Which of the following data types are not supported in Python? - Correct Answer️️ -int, string What is the output of print(str) if str = 'Hello World!'? - Correct Answer️️ -Hello World! What is the output of print(str[0]) if str = 'Hello World!'? - Correct Answer️️ -H What is the output of print(str[2:5]) if str = 'Hello World!'? - Correct Answer️️ -llo What is the output of print(str[2:]) if str = 'Hello World!'? - Correct Answer️️ -llo World! What is the output of print(str * 2) if str = 'Hello World!'? - Correct Answer️️ -Hello World!Hello World! What is the output of print(list) if list=[ 'abcd', 786 ,2.23]? - Correct Answer️️ -['abcd', 786, 2.23] What is the output of print(list[0]) if list =['abcd',786, 2.23]? - Correct Answer️️ -abcd What is the output of print(list[1:3]) if list=['abcd', 786,2.23]? - Correct Answer️️ -[786, 2.23] What is the output of print(list[2:]) if list=[ 'abcd',786, 2.23]? - Correct Answer️️ -[2.23]PDF DOCUMENT What is the output of print (tinylist *2) if tinylist = [123, 'john']? - Correct Answer️️ -[123, 'john', 123, 'john'] Which of the following is correct about tuples in Python? - Correct Answer️️ -you cant change them What is the output of print(myTuple) if myTuple = ('abcd',786,2.23)? - Correct Answer️️ -('abcd', 786, 2.23) What is the output of print(myTuple[1:3]) if myTuple=('abcd',786,2.23)? - Correct Answer️️ -(786, 2.23) What is the output of print(myTuple[0]) if myTuple = ('abcd',786,2.23)? - Correct Answer️️ -abcd Which function obtains all the keys from a dictionary? - Correct Answer️️ -keys() Which function obtains all the values from a dictionary? - Correct Answer️️ -values() Which function converts a string to an int? - Correct Answer️️ -int() Which function converts a string to a float? - Correct Answer️️ -float() Which function converts a string to a tuple ? - Correct Answer️️ -tuple
Written for
- Institution
- Python Programming
- Course
- Python Programming
Document information
- Uploaded on
- June 17, 2024
- Number of pages
- 16
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
-
python exam uah questions and answers 100 pass
Also available in package deal