
Python Quiz 3 YUYAPZEK

Quiz
•
Education
•
University
•
Hard
Yunus Emre
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Aşağıdakilerden hangisi kullanıcıdan yaş verisini almak ve onu bir değişkende sayısal formda saklamak için kullanılır?
input("Lütfen yaşınızı girin: ")
yas = input("Lütfen yaşınızı girin: ")
yas = int(input("Lütfen yaşınızı girin: ")
yas = int(print("Lütfen yaşınızı girin: ")
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
str1 = "Recep ve Emre top oynuyor"
print(str1.split())
Yukarıda verilen kod konsola aşağıdakilerden hangisini yazdırır?
['Recep', 've', 'Emre', 'top', 'oynuyor']
Recep ve Emre top oynuyor
RecepveEmretopoynuyor
Hata verir
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
list1 = ['İrem','ve']
list2 = ['Emre','ip','atlıyor']
list3 = list2 + list1
print(list3)
Yukarıda bulunan kod konsola aşağıdakilerden hangisini yazdırır?
['Emre', 'ip', 'atlıyor', 'İrem', 've']
İrem ve Emre ip atlıyor
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
kullanici1 = ['İrem',21]
kullanici2 = ['Emre',21]
kullanicilar = [kullanici1, kullanici2]
print(f'{kullanicilar[0]}')
Yukarıdaki kod konsola aşağıdakilerden hangisini yazdırır?
Hata verir.
İrem
['İrem']
['İrem', 21]
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
kullanici1 = ['İrem',21]
kullanici2 = ['Emre',21]
kullanicilar = [kullanici2, kullanici1]
print(f"Kullanıcının ismi: {kullanicilar[1][0]}")
Konsola aşağıdakilerden hangisi yazılır?
['İrem','21']
Kullanıcının ismi: İrem
Hata verir
İrem
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
numbers = [1, 10, 5, 16, 4, 9, 10]
letters = ['a', 'g', 's', 'b', 'y', 'a', 's']
val = max(letters)
print(val)
Yukarıdaki kod konsola aşağıdakilerden hangisini yazdırır?
1
y
a
10
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
numbers = [1, 10, 5, 16, 4, 9, 10]
numbers[4] = 40
print(numbers)
Yukarıdaki kod konsola aşağıdakilerden hangisini yazdırır?
Hata verir
[1, 10, 5, 78, 40, 4, 9, 10, 49]
[1, 10, 5, 78, 16, 40, 9, 10, 49]
[1, 10, 5, 78, 16, 4, 9, 10, 49,40]
Create a free account and access millions of resources
Similar Resources on Wayground
Popular Resources on Wayground
10 questions
SR&R 2025-2026 Practice Quiz

Quiz
•
6th - 8th Grade
30 questions
Review of Grade Level Rules WJH

Quiz
•
6th - 8th Grade
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
15 questions
Subtracting Integers

Quiz
•
7th Grade
Discover more resources for Education
15 questions
Let's Take a Poll...

Quiz
•
9th Grade - University
2 questions
Pronouncing Names Correctly

Quiz
•
University
34 questions
WH - Unit 2 Exam Review -B

Quiz
•
10th Grade - University
21 questions
Mapa países hispanohablantes

Quiz
•
1st Grade - University
10 questions
Transition Words

Quiz
•
University
5 questions
Theme

Interactive video
•
4th Grade - University
25 questions
Identifying Parts of Speech

Quiz
•
8th Grade - University
10 questions
Spanish Greetings and Goodbyes!

Lesson
•
6th Grade - University