What will be the output-
f=open('abc','w')
l=['kolkata\n','delhi\n','chennai\n','mumbai\n']
f.write(l)
f.close()
print("written all the elements of list")
Lesson 42 - file related functions
Quiz
•
Professional Development, Education
•
5th Grade
•
Medium
NotchUp .co
Used 20+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output-
f=open('abc','w')
l=['kolkata\n','delhi\n','chennai\n','mumbai\n']
f.write(l)
f.close()
print("written all the elements of list")
written all the elements of list
wrong arguments in write function error
file not available error
Opening wrong file mode error
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following program :
print "Hello World"[::-1]
dlroW olleH
Hello Worl
d
Error
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code :
print 9//2
4
4.5
4.0
error
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these is not a core data type?
class
list
dictionary
set
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What data type is the object below ? L = [1, 23, ‘hello’, 1]
List
Dictionary
tuple
Array
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code :
print type(type(int))
type 'int'
type 'type'
error
0
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following program :
y = 8
z = lambda x : x * y
print z(6)
48
14
64
none
10 questions
Lesson 1 - Python introduction,variable & datatypes
Quiz
•
5th - 8th Grade
10 questions
Lesson 26 – Types of functions
Quiz
•
5th - 8th Grade
10 questions
Java Strings
Quiz
•
1st Grade - Professio...
10 questions
Informatika XII 5
Quiz
•
1st - 5th Grade
10 questions
Lesson 25 - datetime module
Quiz
•
5th - 8th Grade
12 questions
Lesson 34 - Math & OS module
Quiz
•
5th - 8th Grade
10 questions
Lesson 43 - Dictionary Datatype 1
Quiz
•
5th - 8th Grade
10 questions
Lesson 10 - Decision control statements
Quiz
•
5th - 8th Grade
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade