first commit

This commit is contained in:
2025-10-24 10:17:32 +02:00
commit 1bc2c14a27
9 changed files with 61 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
[codestyle]
indentation = True
edge_line = True
edge_line_columns = 79
[main]
version = 0.2.0

View File

@@ -0,0 +1,5 @@
[codestyle]
indentation = True
edge_line = True
edge_line_columns = 79

View File

@@ -0,0 +1,3 @@
[encoding]
text_encoding = utf-8

View File

@@ -0,0 +1,4 @@
[vcs]
use_version_control = False
version_control_system =

View File

@@ -0,0 +1,6 @@
[workspace]
restore_data_on_startup = True
save_data_on_exit = True
save_history = True
save_non_project_files = False

View File

@@ -0,0 +1,6 @@
[encoding]
text_encoding = utf-8
[main]
version = 0.2.0

View File

@@ -0,0 +1,7 @@
[vcs]
use_version_control = False
version_control_system =
[main]
version = 0.2.0

View 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
View 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)