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/misc.xml | |
| 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/misc.xml')
| -rw-r--r-- | Python/.idea/misc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> - <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.7 (venv1)" project-jdk-type="Python SDK" /> + <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.7" project-jdk-type="Python SDK" /> </project>
\ No newline at end of file |
