From 62b00e6995b388268aef92876d9682b42b1ad2bb Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 17 Aug 2019 17:49:01 +0300 Subject: Did Happy numbers task (karan/Projects) in Python --- Python/.idea/Python.iml | 2 +- Python/.idea/misc.xml | 2 +- Python/.idea/workspace.xml | 109 ++++++++++++++++++++- .../Beginner training/.idea/Beginner training.iml | 2 +- Python/Beginner training/.idea/misc.xml | 4 + Python/Beginner training/Tasks.py | 41 +++++++- 6 files changed, 153 insertions(+), 7 deletions(-) create mode 100644 Python/Beginner training/.idea/misc.xml diff --git a/Python/.idea/Python.iml b/Python/.idea/Python.iml index 3f73144..5d30fab 100644 --- a/Python/.idea/Python.iml +++ b/Python/.idea/Python.iml @@ -5,7 +5,7 @@ - + diff --git a/Python/.idea/misc.xml b/Python/.idea/misc.xml index 112e751..a2e120d 100644 --- a/Python/.idea/misc.xml +++ b/Python/.idea/misc.xml @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/Python/.idea/workspace.xml b/Python/.idea/workspace.xml index 78082d3..b3a37a2 100644 --- a/Python/.idea/workspace.xml +++ b/Python/.idea/workspace.xml @@ -2,8 +2,10 @@ - + + + + + + + + + + + + + + + + + + +