Spaces:
No application file
No application file
[FIX] Skip empty lines
Browse files
Week 7 Libraries and More Python/{[FIXED] 19. Own programming language, Part 2 Add, subtract → [FIXED]19. Own programming language, Part 2 Add, subtract}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
'''Add, subtract
|
| 2 |
|
| 3 |
Implement the function
|
| 4 |
-
execute(code: str) -> str
|
| 5 |
in addition to the properties of the previous functions, the following additional commands:
|
| 6 |
|
| 7 |
|
|
|
|
| 1 |
'''Add, subtract
|
| 2 |
|
| 3 |
Implement the function
|
| 4 |
+
execute(code: str) -> str
|
| 5 |
in addition to the properties of the previous functions, the following additional commands:
|
| 6 |
|
| 7 |
|