Forwarded from RoboContest.UZ
masalalar.pdf
1.2 MB
π Robocontest.uz tizimidagi masalalar toβplami.
π 130 masaladan tashkil topgan.
Masala mualliflari:
Sunatullo Hojiyev
Azimjon Mehmonali o'g'li
Sirojiddin
Dilshodbek Xo'jaqulov
Ganiev Asadullo
Yangilangan sana: 01.08.2020
@robocontest
π 130 masaladan tashkil topgan.
Masala mualliflari:
Sunatullo Hojiyev
Azimjon Mehmonali o'g'li
Sirojiddin
Dilshodbek Xo'jaqulov
Ganiev Asadullo
Yangilangan sana: 01.08.2020
@robocontest
royhat=['salom','python','dasturlash','maktabi']
print(royhat[-2][3:6])
print(royhat[-2][3:6])
Anonymous Quiz
46%
tur
28%
mak
16%
hon
10%
stu
class odam:
def __init__(self,id):
self.id=id coder=odam(100) coder.__dict__['yosh']=49 print(coder.yosh+len(coder.__dict__))
def __init__(self,id):
self.id=id coder=odam(100) coder.__dict__['yosh']=49 print(coder.yosh+len(coder.__dict__))
Anonymous Quiz
18%
50
33%
51
36%
149
14%
150
def f():
pass
print(type(f))
pass
print(type(f))
Anonymous Quiz
17%
<class 'Tuple'>
29%
<class 'NoneType'>
45%
<class 'Function'>
8%
<class 'None'>
x=259.0
y=259
print(x is y,x==y)
y=259
print(x is y,x==y)
Anonymous Quiz
38%
True True
21%
True False
21%
False False
20%
False True
π1
β#Fullstack #Backend #Frontend
Full - stack dasturlash o'z ichiga front - end va backend qismlarni qamrab oladi.
π Python
Full - stack dasturlash o'z ichiga front - end va backend qismlarni qamrab oladi.
π Python
name1=['Amir','Momin','Ali','Ziyo']
name2=[name.upper() for name in name1]
print(name2[3][2])
name2=[name.upper() for name in name1]
print(name2[3][2])
Anonymous Quiz
33%
l
24%
Z
36%
Y
7%
y