Basic Python-2

Basic Python-2

5th Grade

6 Qs

quiz-placeholder

Similar activities

Python Intermediate Lesson1

Python Intermediate Lesson1

5th - 9th Grade

9 Qs

Intro to Python

Intro to Python

KG - University

10 Qs

Python Basics !!!!!!!!!!!!!

Python Basics !!!!!!!!!!!!!

3rd - 8th Grade

6 Qs

8.3 Micropython unit tests

8.3 Micropython unit tests

5th Grade

10 Qs

Python Quiz - 3

Python Quiz - 3

3rd - 9th Grade

10 Qs

ICT REVIEW

ICT REVIEW

3rd - 5th Grade

10 Qs

Python - Year 8

Python - Year 8

3rd Grade - University

10 Qs

Python

Python

KG - Professional Development

10 Qs

Basic Python-2

Basic Python-2

Assessment

Quiz

Computers

5th Grade

Easy

Created by

diksha maurya

Used 10+ times

FREE Resource

6 questions

Show all answers

1.

WORD CLOUD QUESTION

3 mins • Ungraded

Media Image

WRITE DOWN THE FEATURES OF PYTHON

Answer explanation

Media Image

2.

WORD CLOUD QUESTION

3 mins • Ungraded

Media Image

write down the other possible valid identifiers (Varibales)

3.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

Media Image

Which one is valid variable or identifier?

Student list grade5

StudentList-grade5

StudentList_grade5

5thGrade_studentList

4.

MULTIPLE CHOICE QUESTION

1 min • Ungraded

Media Image

Which one is valid print statement in python?

Print("Hello")

print(hello)

print('''hello')

print(hello);

5.

WORD CLOUD QUESTION

3 mins • Ungraded

Media Image

Try this print(50+50)

6.

WORD CLOUD QUESTION

3 mins • Ungraded

Media Image

what is the output?