diff --git a/.idea/UNI_Python.iml b/.idea/UNI_Python.iml index 71bf193..d599f79 100644 --- a/.idea/UNI_Python.iml +++ b/.idea/UNI_Python.iml @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/.idea/jupyter-settings.xml b/.idea/jupyter-settings.xml new file mode 100644 index 0000000..fa111dc --- /dev/null +++ b/.idea/jupyter-settings.xml @@ -0,0 +1,25 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index c20271c..59b5b2e 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 5657272..33d6174 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,19 +1,14 @@ + + - - - - - - + - - - - - + + - { + "keyToString": { + "RunOnceActivity.OpenProjectViewOnStart": "true", + "RunOnceActivity.ShowReadmeOnStart": "true", + "SHARE_PROJECT_CONFIGURATION_FILES": "true", + "WebServerToolWindowFactoryState": "false", + "git-widget-placeholder": "main", + "last_opened_file_path": "C:/Universitaet/UNI_Python", + "node.js.detected.package.eslint": "true", + "node.js.detected.package.tslint": "true", + "node.js.selected.package.eslint": "(autodetect)", + "node.js.selected.package.tslint": "(autodetect)", + "settings.editor.selected.configurable": "preferences.lookFeel", + "vue.rearranger.settings.migration": "true" } -}]]> +} - + + + + + @@ -82,6 +105,9 @@ @@ -89,6 +115,7 @@ - + + \ No newline at end of file diff --git a/ha_02/loosen_janniclas_1540907_03.py b/ha_02/loosen_janniclas_1540907_03.py index da9c9e2..e583ce5 100644 --- a/ha_02/loosen_janniclas_1540907_03.py +++ b/ha_02/loosen_janniclas_1540907_03.py @@ -4,7 +4,6 @@ # => This implementation can create 256 different encryption mappings import time - def shift_cipher(shift): codes = {} for char_code in range(0, 255): # all ASCII-letters