
Arta Elisa
Authored by Helia hdr
Computers
6th - 8th Grade
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
خروجی این کد چیست؟
greeting = "Hello"
name = "Alice"
print(greeting + " " + name)
greeting name
"Hello" "Alice"
Hello Alice
HelloAlice
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
خروجی کد چیست؟
fruits = ["apple", "banana", "cherry"]
print(fruits[1])
1
cherry
banana
apple
3.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
چطور میتوان کلمه
"orange"
را به انتهای لیست
fruits = ["apple", "banana"]
اضافه کرد؟
fruits += "orange"
fruits.add("orange")
fruits.insert("orange")
fruits.append("orange")
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
خروجی برش رشته زیر چیست؟
text = "Python"
print(text[1:4])
ython
tho
yth
Pyt
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
خروجی کد زیر چیست؟
x = 5
y = "2"
print(x + y)
"52"
TypeError
7
52
6.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
کدام یک از اینها یک لیست است؟
list = 1, 2, 3
list = "1, 2, 3"
list = (1, 2, 3)
list = [1, 2, 3]
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?