Home » Python Essentials Quiz » VITyarthi Python Essentials Module 4 Quiz Answer VITyarthi Python Essentials Module 4 Quiz Answer June 4, 2023May 13, 2023 by Amit Gunjan Jha Table of Contents Toggle Question 1Question 2Question 3Question 4Question 5Question 6Question 7 Question 1 Is Python case sensitive when we use identifiers? True False Answer True Question 2 What is the escape sequence used to create a newline? \n \b \t None Answer \n Question 3 The ASCII value of UPPERCASE LETTERS starts with 65 and the lowercase letter starts with 97 What is the output of the following code? print(‘[%c]’ % 67) Answer [C] Question 4 What is the output of the following ? print(‘I Like{1}” ”{0}.format(‘Philosophy’,’Zen’)). I Like Zen” “Philosophy I Like Zen Philosophy Answer I Like Zen” “Philosophy Question 5 In string.split() method the default separator is any whitespace? State True or False True False Answer True Question 6 Which of the following input functions is used to get more than one input from the user? input() map() map(input()) All the above Answer 3. map(input()) Question 7 What is the output of the following? Provide input a to 2, b to 3 and c to 4. a,b,c=map(float, input(“Enter three numbers “).split()) print(a*b/c) Answer 1.5 If you find anything wrong in this Answer Key, feel free to reach us in the comment section. Sharing Is Caring:
Thank you for your response Srj. As per your response, The Answer of question 6 have been updated. Reply
Bhai Mera 6th and 4th question galat aa rha h
Answers me kuch Orr hi dikha rha h
Thanks for your response Nishant bhai. Abhi theek ker diya hai dekh lijeye.
6 ka answer map(input()) hai
Thank you for your response Srj. As per your response, The Answer of question 6 have been updated.