-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path개발.txt
76 lines (52 loc) · 1.37 KB
/
개발.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
fdfdfdsdsf 수정111111111
https://www.eclipse.org/downloads/
https://www.eclipse.org/downloads/download.php?file=/oomph/epp/2023-12/R/eclipse-inst-jre-win64.exe
https://apache.org/
python
fddfasfasfd
ddddfdgghg
print
[]
if :
elif
else
in
중고차들
for i in range(0,10) :
print('BMW 있어요')
print(중고차들[0]])
print(중고차들[1]])
print(중고차들[2])
for i in 중고차들 :
print)i)
def 인사하기() :
print('안녕하세요')
print('안녕하세요')
print('안녕하세요')
인사하기()
def 모자(구멍) :
print(구멍)
모자(구멍)
def 함수() :
return 10
중고자 = ['','',]
중고차.sort()
reverse()
{} : dictionary
https://redis.io/download/
https://github.com/microsoftarchive/redis
https://diary-developer.tistory.com/9
…or create a new repository on the command line
echo "# test1" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/sonbongju7/test1.git
git push -u origin main
…or push an existing repository from the command line
git remote add origin https://github.com/sonbongju7/test1.git
git branch -M main
git push -u origin main
…or import code from another repository
You can initialize this repository with code from a Subversion, Mercurial, or TFS project.