Skip to content

rm not needed parantheses and default values#6

Merged
YtvwlD merged 2 commits into
masterfrom
other-simplifications
Nov 13, 2025
Merged

rm not needed parantheses and default values#6
YtvwlD merged 2 commits into
masterfrom
other-simplifications

Conversation

@hwmrocker
Copy link
Copy Markdown
Contributor

Sind diese Änderungen auch gewünscht?

Comment thread Level_08/generatoren.py

# Generatoren und yield
def gen(s):
for char in s:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, das macht vielleicht mehr Sinn zu behalten?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ich habe das wieder reverted. ich denke, den generatoren teil kann man noch etwas ausbauen, ich werde da noch ein ticket zu aufmachen.

Comment thread Level_10/label.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python3
# coding: utf-8
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@YtvwlD YtvwlD merged commit 5d97096 into master Nov 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants