M3 R5 Test 17

M3 R5 Test 17

12th Grade

86 Qs

quiz-placeholder

Similar activities

Python Interview Questions

Python Interview Questions

12th Grade

87 Qs

Java - Chapter 7 - 8

Java - Chapter 7 - 8

9th - 12th Grade

90 Qs

Array

Array

12th Grade

87 Qs

Level Determination Quiz

Level Determination Quiz

12th Grade

82 Qs

M4 R5.1 Chapter 4 85+ MCQ

M4 R5.1 Chapter 4 85+ MCQ

12th Grade

87 Qs

M1 R5 mix 100 question set 3

M1 R5 mix 100 question set 3

12th Grade

86 Qs

NGÂN HÀNG CÂU HỎI  GIƯA KÌ 2 TIN 10

NGÂN HÀNG CÂU HỎI GIƯA KÌ 2 TIN 10

9th - 12th Grade

83 Qs

CS 241 Practice Test Week 4

CS 241 Practice Test Week 4

9th Grade - University

86 Qs

M3 R5 Test 17

M3 R5 Test 17

Assessment

Quiz

Computers

12th Grade

Hard

Created by

anjali809 undefined

FREE Resource

86 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python में print(2**3) का आउटपुट क्या होगा?

6

8

9

4

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

नीचे से कौन सा नाम Python में वैध नहीं है?

my_var

2var

_myvar

myVar2

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python में एक फ़ंक्शन को परिभाषित करने के लिए कौन सा कीवर्ड इस्तेमाल होता है?

func

define

def

function

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python में सूची (List) कैसे बनाई जाती है?

list = ()

list = []

list = {}

list = ||

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

len([1, 2, 3, 4]) का आउटपुट क्या होगा?

3

4

5

Error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python में अपवाद (Exception) को कैसे संभालते हैं?

try-catch

catch-finally

try-except

throw-catch

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print("Hello"[1]) का आउटपुट क्या होगा?

H

e

l

o

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?