From 135f290cbeb8f14ba16da135bfe1d35598ca1d62 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Tue, 5 Dec 2023 19:05:29 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- python_basics/basic_math_operations/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/python_basics/basic_math_operations/README.md b/python_basics/basic_math_operations/README.md index f24e128..8148bfa 100644 --- a/python_basics/basic_math_operations/README.md +++ b/python_basics/basic_math_operations/README.md @@ -33,6 +33,7 @@ a_second_number = 3.33​ a_second_number = int(a_second_number)​ print(type(a_second_number))​ # -> ​ ``` + |Examples| |---| |[float(x=0.0)](https://docs.python.org/3/library/functions.html#float)|