diff options
| author | Syndamia <kami02882@gmail.com> | 2019-08-17 17:49:01 +0300 |
|---|---|---|
| committer | Syndamia <kami02882@gmail.com> | 2019-08-17 17:49:01 +0300 |
| commit | 62b00e6995b388268aef92876d9682b42b1ad2bb (patch) | |
| tree | aac49374d68c53d6a47eee7f011faccda693c831 /Python/.idea/Python.iml | |
| parent | dfd68eb97e71ffe1f693526ba3daddd4c9558ce5 (diff) | |
| download | Self-learning-62b00e6995b388268aef92876d9682b42b1ad2bb.tar Self-learning-62b00e6995b388268aef92876d9682b42b1ad2bb.tar.gz Self-learning-62b00e6995b388268aef92876d9682b42b1ad2bb.zip | |
Did Happy numbers task (karan/Projects) in Python
Diffstat (limited to 'Python/.idea/Python.iml')
| -rw-r--r-- | Python/.idea/Python.iml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <excludeFolder url="file://$MODULE_DIR$/venv" /> <excludeFolder url="file://$MODULE_DIR$/venv1" /> </content> - <orderEntry type="jdk" jdkName="Python 3.7 (venv1)" jdkType="Python SDK" /> + <orderEntry type="jdk" jdkName="Python 3.7" jdkType="Python SDK" /> <orderEntry type="sourceFolder" forTests="false" /> </component> <component name="TestRunnerService"> |
