forked from UniversalPython/UniversalPython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.yaml
More file actions
51 lines (49 loc) · 1.42 KB
/
Copy pathdefault.yaml
File metadata and controls
51 lines (49 loc) · 1.42 KB
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
letters:
start : "a"
end : "z"
extra : "öüıçşğÖÜİÇŞĞ"
numbers:
start : "0"
end : "9"
reserved:
"." : "."
"," : ","
"1" : "1"
"2" : "2"
"3" : "3"
"4" : "4"
"5" : "5"
"6" : "6"
"7" : "7"
"8" : "8"
"9" : "9"
"0" : "0"
"yazdır" : "print"
"eğerise" : "elif"
"eğer" : "if"
"başka" : "else"
"iken" : "while"
"için" : "for"
"içinde" : "in"
"giriş" : "input"
"mola" : "break"
"devam" : "continue"
"geç" : "pass"
"doğru" : "True"
"yanlış" : "False"
"ise" : "is"
"sınıf" : "class"
"fonksiyon" : "def"
"__başlangıç__" : "__init__"
"kendi" : "self"
"dönüş" : "return"
"dize" : "string"
"diz" : "str"
"ekle" : "append"
"çıkar" : "pop"
"ve" : "and"
"veya" : "or"
"hepsi" : "all"
"herhangibiri": "any"
"hiçbiri" : "None"
"tamsayı" : "int"