Skip to content
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
learnbyexample committed Dec 26, 2017
1 parent e583cc0 commit cbf164e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Number_and_String_datatypes.md
Expand Up @@ -90,7 +90,7 @@ Variable data type is automatically determined by Python. They only need to be a
* `_` can be used between digits for readability
* introduced in Python v3.6

```bash
```python
>>> 1_000_000
1000000
>>> 1_00.3_352
Expand Down Expand Up @@ -291,5 +291,3 @@ True
* [Python docs - Numeric types](https://docs.python.org/3/library/stdtypes.html#numeric-types-int-float-complex) - complete list of operations and precedence
* [Python docs - String methods](https://docs.python.org/3/library/stdtypes.html#string-methods)



0 comments on commit cbf164e

Please sign in to comment.