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?

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
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
10 questions
Matematik Genel Kültür Soruları

Quiz
•
3rd Grade - University
11 questions
Web 2.0 Araçları

Quiz
•
University
10 questions
Okul Dışı Öğrenme Ortamları

Quiz
•
University
10 questions
YUYAPZEK PYTHON101

Quiz
•
University
12 questions
Subject & Object Questions

Quiz
•
9th Grade - University
15 questions
INFINITIVO PESSOAL

Quiz
•
1st Grade - Professio...
10 questions
Eğitim Odak Sunum

Quiz
•
University
10 questions
Oyun Elementleri

Quiz
•
University
Popular Resources on Wayground
25 questions
Equations of Circles

Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)

Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System

Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice

Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers

Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons

Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)

Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review

Quiz
•
10th Grade