Tên đăng nhập Điểm ▾ Bài tập Giới thiệu
1
tk22NguyenHongPhuc 1035
HELLO GUYS
40973 633

HÊ LÔ E VƠ RI BO ĐI

Kobitchiheta

I'M FROM...

atehihctibok

I'M KAITO KID 4.0

kobitnua

LIVERPOOL F.C IS THE BEST!!!

MONG ƯỚC CUỘC ĐỜI
summary

LÀM ƠN CHO 42KĐ ĐI MÀ =((

THÀNH TÍCH ĐÁNG KHEN =))

2
HongPhuc170411
robotmasterliver.com
28113 126

ACC LƯU CODE CỦA TK22NguyenHongPhuc
Hê Lô E Vơ Ri Bo Đi
TÔI LÀ robotmasterliver.com

3
votuantai14112011 938
Võ Tuấn Tài
26144 301

Python:

print("Python is always better than C++")

C++:

.#include <iostream>

int main() {
std::cout << "Python is always better than C++" << std::endl;
return 0;
}

4
ngt2022namkhoi 1380
Lê Nam Khôi
21117 286

*
n*(n+1)//2

ssh=(cuoi-dau)//khoang cach +1

tong=(cuoi + dau) * ssh //2

def ktngt(n):
if n<2:
return False
for i in range(1,int(n**0.5)+1):
if n%i==0:
return False
return True

5
tk21nhatnguyenquocuy 1237
Nguyễn Quốc Uy Nhất
17317 270

Bị Lê Tấn Nghĩa lớp 8/1 học trường THCS Lý Thường Kiệt phá hoại đời sống cá nhân

6 15981 133

cong thuc ssh and tsh
ssh=(c-d)//kc+1
tong=(c+d)*ssh//2

def ktsnt(n):
if n<2:
return False
for i in range (2,int(n**0.5)+1):
if n%i==0:
return False
return True

7
tk22NguyenDangTuanKiet 1061
Nguyễn Đăng Tuấn Kiệt
15332 278
8
PY2OVuHaiLong 934
Vũ Hải Long
13899 236

Vũ Hải Long
Có thể gọi tui là: Vũ Hải Long thông minh,học giỏi số 1 Thế Giới

9
tk22DangQuangThanh 1584
Đặng Quang Thành
13265 258
10
codepython06
Kỳ Nguyễn Quốc Huy
11580 132

from turtle import*
from random import randint
delay(-1)
colormode(255)
def ns(m,canh):
color(randint(0,255),randint(0,255),randint(0,255))
pd()
begin_fill()
if canh==5: a=72
if canh==6: a=84
if canh==9: a=104
if canh==10: a=108
for i in range (canh):
fd (m)
rt (144)
fd (m)
lt (a)
end_fill()
pu()
ns(100,9)

11 11178 224
12 10348 134
13
ngt2022vukhoinguyen 1021
Vũ Khôi Nguyên 5/4
10212 210
14
tk22DangNgocDangKhoa
Đặng Ngọc Đăng Khoa
9692 169

Nguyên Khôi mãi ngu

15 9272 147
16
PY2OTranQuangVinh
Trần Quang Vinh
9037 146

Trần Quang Vinh
Mình là Ricon, Ricon mãi đỉnh

17
kiet1895
Thầy Kiệt (NGT)
8896 70
18 8659 115
19
ngt2022quocthien
Nguyen Quoc Thien
7791 150

TOI TEN LA:NGUYEN QUOC THIEN
BIETDANH:Thiên_Lôi
SU PHU CUA TOI LA: tranlevy1910
Bao cao avata tui da bi hack tui cung ko bt vi sao ca

20 7685 96
21 6530 65

[user:]enter username here((\(strong text\)\)\)

22 6196 61

cicling: s+'abcde'
s=[start:stop:step]
a b c d e s[0:-1]
0 1 2 3 4
duyet
truc tiep
*lay gia tri thong qua vi tri
s[0]
*chuoi (str)
-len(s)
-'+' cong la de noi xau
-'
' la de nhan,vd:'a'3=aaa
count de dem, vd: s.count(1) (dem ki tu '1')
set la them ki tu vo
*dem phan khoi
s=[4,5,7,78,9,9,0,6,4,2,]
a=[0]
(106+1)
for i in a:
công thức số số hạng(ssh):
ssh=(cuối-đầu)//khoảng cách+1
tổng=(cuối+đầu)
ssh//2
tong so le =n
n
tong so chan=n(n+1)
mang cong don:
def prefix_sum(s,x,y):
p = [0] * len(s)
p[0] = s[0]
for i in range(1, len(s)):
p[i] = p[i - 1] + s[i]
if x==0:
tong=p[y]
else:
tong=p[y]-(p[x-1])
return tong
s=[1,2,3,4,5,6,7]
print(prefix_sum(s,1,2))
from turtle import

from random import randint
colormode(255)
delay(-1)
def hv():
for i in range(100):
color(randint(0,255),randint(0,255),randint(0,255))
begin_fill()
for i in range(4):
fd(100);rt(90)
end_fill()
rt(360/100)
hv()
from turtle import *
from random import randint
delay(0)
colormode(255)
def ns(m,canh):
color(randint(0,255),randint(0,255),randint(0,255))
pd()
if canh==5: a=72
if canh==6: a=84
if canh==9: a=104
if canh==10: a=108
begin_fill()
for i in range(canh):
fd(m);rt(144);fd(m)
lt(a)
end_fill()
pu()
ns(100,9)

23 5839 80
24 5505 89
25
PY1FDoanNguyenHai
Đoàn Nguyên Hải
5390 87
26 5037 95
27 4852 59
28 3970 50

khai dep zai

29 3766 41
30 2544 17
31 2422 13
32 2063 22
33 2001 20
34 1879 17
35 1834 16
36 1559 11
37 1310 7
38 1075 4
39 375 4
40 0 0
40 0 0
40 0 0
40 0 0
40 0 0