Skip to content

Commit

Permalink
Update python.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoroste authored Dec 13, 2024
1 parent 2945dc8 commit ccfbdf9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions python.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,15 +234,6 @@ expr.sub(...)

## Tips & Tricks

## Type Conversion

```py
int("42") # String to int
float("3.14") # String to float
str(42) # Int to string
list("abc") # String to list
```

## Sorting

```py
Expand Down

0 comments on commit ccfbdf9

Please sign in to comment.