| Python print |
| 1 | print(f'a: {a}') |
| 2 | print(f'about: {about}') |
| 3 | print(f'all: {all}') |
| 4 | print(f'also: {also}') |
| 5 | print(f'and: {and}') |
| 6 | print(f'as: {as}') |
| 7 | print(f'at: {at}') |
| 8 | print(f'be: {be}') |
| 9 | print(f'because: {because}') |
| 10 | print(f'but: {but}') |
| 11 | print(f'by: {by}') |
| 12 | print(f'can: {can}') |
| 13 | print(f'come: {come}') |
| 14 | print(f'could: {could}') |
| 15 | print(f'day: {day}') |
| 16 | print(f'do: {do}') |
| 17 | print(f'even: {even}') |
| 18 | print(f'find: {find}') |
| 19 | print(f'first: {first}') |
| 20 | print(f'for: {for}') |
| 21 | print(f'from: {from}') |
| 22 | print(f'get: {get}') |
| 23 | print(f'give: {give}') |
| 24 | print(f'go: {go}') |
| 25 | print(f'have: {have}') |
| 26 | print(f'he: {he}') |
| 27 | print(f'her: {her}') |
| 28 | print(f'here: {here}') |
| 29 | print(f'him: {him}') |
| 30 | print(f'his: {his}') |
| 31 | print(f'how: {how}') |
| 32 | print(f'I: {I}') |
| 33 | print(f'if: {if}') |
| 34 | print(f'in: {in}') |
| 35 | print(f'into: {into}') |
| 36 | print(f'it: {it}') |
| 37 | print(f'its: {its}') |
| 38 | print(f'just: {just}') |
| 39 | print(f'know: {know}') |
| 40 | print(f'like: {like}') |
| 41 | print(f'look: {look}') |
| 42 | print(f'make: {make}') |
| 43 | print(f'man: {man}') |
| 44 | print(f'many: {many}') |
| 45 | print(f'me: {me}') |
| 46 | print(f'more: {more}') |
| 47 | print(f'my: {my}') |
| 48 | print(f'new: {new}') |
| 49 | print(f'no: {no}') |
| 50 | print(f'not: {not}') |
| 51 | print(f'now: {now}') |
| 52 | print(f'of: {of}') |
| 53 | print(f'on: {on}') |
| 54 | print(f'one: {one}') |
| 55 | print(f'only: {only}') |
| 56 | print(f'or: {or}') |
| 57 | print(f'other: {other}') |
| 58 | print(f'our: {our}') |
| 59 | print(f'out: {out}') |
| 60 | print(f'people: {people}') |
| 61 | print(f'say: {say}') |
| 62 | print(f'see: {see}') |
| 63 | print(f'she: {she}') |
| 64 | print(f'so: {so}') |
| 65 | print(f'some: {some}') |
| 66 | print(f'take: {take}') |
| 67 | print(f'tell: {tell}') |
| 68 | print(f'than: {than}') |
| 69 | print(f'that: {that}') |
| 70 | print(f'the: {the}') |
| 71 | print(f'their: {their}') |
| 72 | print(f'them: {them}') |
| 73 | print(f'then: {then}') |
| 74 | print(f'there: {there}') |
| 75 | print(f'these: {these}') |
| 76 | print(f'they: {they}') |
| 77 | print(f'thing: {thing}') |
| 78 | print(f'think: {think}') |
| 79 | print(f'this: {this}') |
| 80 | print(f'those: {those}') |
| 81 | print(f'time: {time}') |
| 82 | print(f'to: {to}') |
| 83 | print(f'two: {two}') |
| 84 | print(f'up: {up}') |
| 85 | print(f'use: {use}') |
| 86 | print(f'very: {very}') |
| 87 | print(f'want: {want}') |
| 88 | print(f'way: {way}') |
| 89 | print(f'we: {we}') |
| 90 | print(f'well: {well}') |
| 91 | print(f'what: {what}') |
| 92 | print(f'when: {when}') |
| 93 | print(f'which: {which}') |
| 94 | print(f'who: {who}') |
| 95 | print(f'will: {will}') |
| 96 | print(f'with: {with}') |
| 97 | print(f'would: {would}') |
| 98 | print(f'year: {year}') |
| 99 | print(f'you: {you}') |
| 100 | print(f'your: {your}') |
Комментарии