Skip to content

Instantly share code, notes, and snippets.

@taeho
Created January 23, 2017 08:16
Show Gist options
  • Save taeho/50da98b3491c3554eb296447f54ccd47 to your computer and use it in GitHub Desktop.
Save taeho/50da98b3491c3554eb296447f54ccd47 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.5.1 (C:\Users\cj-user-kth\AppData\Local\Programs\Python\Python35-32\python.exe)" project-jdk-type="Python SDK" />
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/workspace-py.iml" filepath="$PROJECT_DIR$/.idea/workspace-py.iml" />
</modules>
</component>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="TestRunnerService">
<option name="PROJECT_TEST_RUNNER" value="Unittests" />
</component>
</module>
print( "Hello World!" )
import turtle as t
t.shape("turtle")
t.forward(50)
t.right(90)
t.forward(50)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment