Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-05 19:05:29 +01:00 committed by GitHub
parent 9c5951dcf4
commit 135f290cbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,7 @@ a_second_number = 3.33
a_second_number = int(a_second_number)
print(type(a_second_number)) # -> <class 'int'>
```
|Examples|
|---|
|[float(x=0.0)](https://docs.python.org/3/library/functions.html#float)|