mirror of
https://github.com/davrot/pytutorial.git
synced 2025-04-18 13:16:41 +02:00
Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
9c5951dcf4
commit
135f290cbe
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ a_second_number = 3.33
|
||||||
a_second_number = int(a_second_number)
|
a_second_number = int(a_second_number)
|
||||||
print(type(a_second_number)) # -> <class 'int'>
|
print(type(a_second_number)) # -> <class 'int'>
|
||||||
```
|
```
|
||||||
|
|
||||||
|Examples|
|
|Examples|
|
||||||
|---|
|
|---|
|
||||||
|[float(x=0.0)](https://docs.python.org/3/library/functions.html#float)|
|
|[float(x=0.0)](https://docs.python.org/3/library/functions.html#float)|
|
||||||
|
|
Loading…
Add table
Reference in a new issue