KaiquanMah commited on
Commit
aebc510
·
verified ·
1 Parent(s): 144c362

[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