Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit acca97b

Browse files
committedJul 30, 2024
Remove spaces and digit from folder names
1 parent da1aa63 commit acca97b

File tree

15 files changed

+5
-3
lines changed

15 files changed

+5
-3
lines changed
 

‎Modules and packages/Import module/task-info.yaml renamed to ‎Modules and packages/Import_module/task-info.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
type: edu
2+
custom_name: Import module
23
files:
34
- name: imports.py
45
visible: true

‎Modules and packages/Import module 2/task-info.yaml renamed to ‎Modules and packages/Import_module_part_two/task-info.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
type: edu
2+
custom_name: Import module part 2
23
files:
34
- name: imports.py
45
visible: true
56
placeholders:
67
- offset: 0
78
length: 17
89
placeholder_text: '# Import the module `calculator` here'
9-
- offset: 75
10-
length: 11
11-
placeholder_text: '# Use Calculator method `add` to add `i` to the current value.'
1210
- offset: 26
1311
length: 23
1412
placeholder_text: '''Create a new instance of Calculator class defined in calculator'''
13+
- offset: 75
14+
length: 11
15+
placeholder_text: '# Use Calculator method `add` to add `i` to the current value.'
1516
- name: calculator.py
1617
visible: true
1718
- name: tests/test_task.py

0 commit comments

Comments
 (0)
Please sign in to comment.