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
50 lines (48 loc) · 1.36 KB
/
Copy pathdefault.yaml
File metadata and controls
50 lines (48 loc) · 1.36 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
letters:
start : "A"
end : "Ž"
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"
"vytiskni" : "print"
"jinakpokud" : "elif"
"pokud" : "if"
"jinak" : "else"
"zatímco" : "while"
"pro" : "for"
"v" : "in"
"vstup" : "input"
"přerušit" : "break"
"pokračuj" : "continue"
"přeskočit" : "pass"
"pravda" : "True"
"nepravda" : "False"
"je" : "is"
"třída" : "class"
"definuj" : "def"
"__inicializuj__" : "__init__"
"sám" : "self"
"vrátit" : "return"
"řetězec" : "string"
"řet" : "str"
"přidat" : "append"
"odebrat" : "pop"
"a" : "and"
"nebo" : "or"
"vše" : "all"
"něco" : "any"
"nic" : "None"
"číslo" : "int"