Search Header Logo

Python-advanced

Authored by afnan amin

Computers

1st - 4th Grade

Used 20+ times

Python-advanced
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to define a list in python ?

my list=[1,2,3]

my_list={1,2,3)

my_list=[1,2,3]

mylist=1,2,3

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to add number 10 to this list?

myList=[1,2,3,4]

myList.append(10)

myList.insert(0,10)

both correct

none of the answers is correct

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

myList=["ahmed","alaa,"mostafa","Malak","Hajar","leen"]

how to change values ("mostafa","Malak","Hajar") with values

("ahlam","Momen,"asmaa")

PLEASE KEEP SPACE BETWEEN THE TWO LINES THAT YOU WILL WRITE

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to remove "ahmed" from this list ?

myList=["ahmed","alaa","mostafa","Malak","Hajar","leen"]

myList.delete

("ahmed")

myList.remove

("ahmed")

myList.delete

(0)

myList.remove

(0)

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

How to sort this list?

myList=[2,5,3,1,4,6]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x=4

y=4

if x>y:

print("yes")

elif x<y: print("No")

else: print("no condition met")

what will be the output?

yes

no

no condition met

error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

firstname="ahlam"

secondname="samir"

if (firstname==secondname):

print("true")

else:

print("false")

true

false

error

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers