Skip to content

Commit ba130ea

Browse files
authored
Update instructions.md
1 parent 8fc63b8 commit ba130ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

exercises/concept/ellens-alien-game/.docs/instructions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ For example:
9999
2
100100
>>> alien_one.total_aliens_created
101101
2
102+
>>> Alien.total_aliens_created
103+
# Accessing the variable from the class directly
104+
2
102105
```
103106

104107
## 7. Object Creation

0 commit comments

Comments
 (0)