
YuYapZek Python101 Ders2
Authored by Yunus Emre
Education
University
Used 2+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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
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?