We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02ee1fb commit f689a6cCopy full SHA for f689a6c
1 file changed
Level_04/dateien.py
@@ -28,6 +28,7 @@
28
29
# eine Datei schreiben
30
31
+# schneller: (test_dir / Path("test.txt")).write_text("total toller Text")
32
test = (test_dir / Path("test.txt")).open("w")
33
test.write("total toller Text") # type: int
34
# OUT: 17
0 commit comments