python basics

python basics

9th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

Selection in Python

Selection in Python

1st - 9th Grade

15 Qs

Python Basics

Python Basics

8th - 10th Grade

10 Qs

Python Selection Statements

Python Selection Statements

11th Grade

10 Qs

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

Coding and Robotics

Coding and Robotics

8th - 12th Grade

12 Qs

10 CS // Pseudocode

10 CS // Pseudocode

9th - 11th Grade

10 Qs

Python L1

Python L1

8th Grade - University

14 Qs

PYTHON PROGRAMMING

PYTHON PROGRAMMING

11th - 12th Grade

15 Qs

python basics

python basics

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Kartikey Maheshwari

Used 3+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

string = 'Basic python'

what will be the output of [2:3:-1]

'is'

''

's'

'si'

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is slicing

Used to extraction of int , float , complex,etc

used for adding 2 slicing portion as a pizza

Nothing

Used for Extracting anything from a given string or multiple if written explicitly

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Is Python case sensitive

True

False

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

is def and class same in python

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

def class1(h123):

pass

Here h123 is what ?

Argument

Funtion

class

Normal syntax

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a = (3+2)//(1*2)

3

4

1

2

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

give output

print(r'a\n1')

Print nothing

Error

a

1

a\n1

Answer explanation

print(r'a\n1')

Here r is a raw formatting in python

which can be used to not set the new line feature for \n instead it just ignore

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?