mirror of
https://github.com/Vale54321/BigData.git
synced 2025-12-11 09:59:33 +01:00
first commit
This commit is contained in:
8
Aufgabe 1/.spyproject/config/codestyle.ini
Normal file
8
Aufgabe 1/.spyproject/config/codestyle.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[codestyle]
|
||||
indentation = True
|
||||
edge_line = True
|
||||
edge_line_columns = 79
|
||||
|
||||
[main]
|
||||
version = 0.2.0
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
[codestyle]
|
||||
indentation = True
|
||||
edge_line = True
|
||||
edge_line_columns = 79
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
[encoding]
|
||||
text_encoding = utf-8
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
[vcs]
|
||||
use_version_control = False
|
||||
version_control_system =
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
[workspace]
|
||||
restore_data_on_startup = True
|
||||
save_data_on_exit = True
|
||||
save_history = True
|
||||
save_non_project_files = False
|
||||
|
||||
6
Aufgabe 1/.spyproject/config/encoding.ini
Normal file
6
Aufgabe 1/.spyproject/config/encoding.ini
Normal file
@@ -0,0 +1,6 @@
|
||||
[encoding]
|
||||
text_encoding = utf-8
|
||||
|
||||
[main]
|
||||
version = 0.2.0
|
||||
|
||||
7
Aufgabe 1/.spyproject/config/vcs.ini
Normal file
7
Aufgabe 1/.spyproject/config/vcs.ini
Normal file
@@ -0,0 +1,7 @@
|
||||
[vcs]
|
||||
use_version_control = False
|
||||
version_control_system =
|
||||
|
||||
[main]
|
||||
version = 0.2.0
|
||||
|
||||
12
Aufgabe 1/.spyproject/config/workspace.ini
Normal file
12
Aufgabe 1/.spyproject/config/workspace.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[workspace]
|
||||
restore_data_on_startup = True
|
||||
save_data_on_exit = True
|
||||
save_history = True
|
||||
save_non_project_files = False
|
||||
project_type = 'empty-project-type'
|
||||
recent_files = []
|
||||
|
||||
[main]
|
||||
version = 0.2.0
|
||||
recent_files = []
|
||||
|
||||
10
Aufgabe 1/test.py
Normal file
10
Aufgabe 1/test.py
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Created on Fri Oct 24 10:07:34 2025
|
||||
|
||||
@author: heiserervalentin
|
||||
"""
|
||||
|
||||
c = 0
|
||||
print(c)
|
||||
Reference in New Issue
Block a user