Skip to content

Commit d83ef10

Browse files
committedJun 25, 2021
Updated Update Variable
1 parent fdce93b commit d83ef10

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
 

‎Classes and objects/Update variable/task-info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
type: edu
22
custom_name: Update variable
33
files:
4-
- name: access_variable.py
4+
- name: update_variable.py
55
visible: true
66
placeholders:
77
- offset: 212

‎Classes and objects/Update variable/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Update variable
22

3-
In this exercise, create a new `Car` object `car2` and then set the `color`
3+
In this exercise, create a new `Car` object `car2`, and then set the `color`
44
of `car2` to `"red"`.
55

66
<div class='hint'>Remember how we instantiated objects in the previous task by

0 commit comments

Comments
 (0)