Skip to content

Commit 5a5e648

Browse files
committed
Back up misformatted py file as .txt as example
1 parent c3e4539 commit 5a5e648

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

funcs/func_misformatted.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
def sum(x: float, y: float) -> float:
2+
return x + y
3+
4+
def misformatted_func(
5+
var1, var2, var3
6+
):
7+
print(var1, var2, var3)

0 commit comments

Comments
 (0)