From c531c19ea660c38973ee14761f338f34e0a6652f Mon Sep 17 00:00:00 2001 From: Anjalimaurya94 <116809394+Anjalimaurya94@users.noreply.github.com> Date: Thu, 27 Oct 2022 14:38:46 +0100 Subject: [PATCH] Create fabnumber.py --- fabnumber.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 fabnumber.py diff --git a/fabnumber.py b/fabnumber.py new file mode 100644 index 0000000..e91cf87 --- /dev/null +++ b/fabnumber.py @@ -0,0 +1,6 @@ +#Import math Library +import math + +#Print absolute values frorm numbers +print(math.fabs(-66.43)) +print(math.fabs(-7))