Skip to content

Commit 6c0f7b8

Browse files
author
dodo
committed
Einrückung gefixt
1 parent 0b9a2f2 commit 6c0f7b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Level_7/generatoren.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Generatoren und yield
44
def gen(s):
55
for char in s:
6-
yield char
6+
yield char
77

88

99
for x in gen("abcdef"):

0 commit comments

Comments
 (0)