YuYapZek Python101 Ders2

YuYapZek Python101 Ders2

University

10 Qs

quiz-placeholder

Similar activities

abcd

abcd

University

12 Qs

İŞARET DİLİ SINAVI

İŞARET DİLİ SINAVI

University

10 Qs

A2 2.ünite A bölümü

A2 2.ünite A bölümü

University

10 Qs

Teknoloji ve Gelişmeler Quiz

Teknoloji ve Gelişmeler Quiz

5th Grade - University

12 Qs

Türkçe öğreniyorum

Türkçe öğreniyorum

University

5 Qs

Özel Eğitime Giriş (Formasyon)

Özel Eğitime Giriş (Formasyon)

University

14 Qs

Python Quiz 3 YUYAPZEK

Python Quiz 3 YUYAPZEK

University

10 Qs

İnce Memed Kitap Okuma Etkinliği-1

İnce Memed Kitap Okuma Etkinliği-1

9th Grade - University

15 Qs

YuYapZek Python101 Ders2

YuYapZek Python101 Ders2

Assessment

Quiz

Education

University

Hard

Created by

Yunus Emre

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print('Merhaba', isim1 + isim2)

Merhaba isim1+isim2

Hata verir

MerhabaEmreBeyza

Merhaba Emre Beyza

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

isim1 = Emre

isim2 = Sude

print('Merhaba {0} ve {0}.'.format(isim1,isim2)

Merhaba Emre ve Sude

Merhaba Sude ve Sude

Merhaba EmreveSude

Merhaba Emre ve Emre

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

isim1 = 'Recep'

isim2 = 'Kerem'

print('Merhaba {kerem} ve {recep}'.format(kerem = isim1, recep = isim2)

Merhaba Recep ve Kerem

Merhaba Recep ve Recep

Merhaba Kerem ve Recep

Merhaba Kerem ve Kerem

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

pi = 3.14159265

pi = round(pi,3)

print(pi)

3.1

3.14

3.141

3.14159265

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x = 'a ve b ve c'

y = len(x)

print(y)

11

a ve b ve c

10

7

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x = input('yaş = ')

print(type(x))

<class 'float'>

<class 'str'>

<class 'int'>

Hata verir

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x = 20

x + 10

print('x + 10 = {}'.format(x+10))

x + 10 = 30

Hata verir

x + 10 = 40

x + 10 = 20

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?