added string exercise
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
from dataclasses import dataclass
|
||||
|
||||
# kleine Hilfestellung mit `Str` kann man sowohl `str` als auch `String` meinen
|
||||
type Str = 'String' | str
|
||||
|
||||
@dataclass
|
||||
class String:
|
||||
# Implement!
|
||||
pass
|
Reference in New Issue
Block a user