Browse Source

Range

pull/3/head
Jure Šorn 5 years ago
parent
commit
640ec23d18
1 changed files with 3 additions and 3 deletions
  1. 6
      README.md

6
README.md

@ -207,10 +207,10 @@ String
<int> = <str>.index(<sub_str>) # Returns first index of substring.
```
### Ord
### Char
```python
<str> = chr(<int>) # Converts int to unicode char.
<int> = ord(<str>) # Converts unicode char to int.
<str> = chr(<int>) # Converts int to unicode char.
<int> = ord(<str>) # Converts unicode char to int.
```
```python

Loading…
Cancel
Save