Skip to content

Commit

Permalink
Merge pull request #2 from gomathishankar37/patch-1
Browse files Browse the repository at this point in the history
Update day3.md with proper example output for OOPS Section
  • Loading branch information
rishabkumar7 authored Sep 6, 2023
2 parents 113160f + b869bc0 commit a67e5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/days/day3.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class Person:
self.name = name
self.country = country
person = Person("Rishab", "Canada")
print(person.name) # OUTPUT "Alice"
print(person.name) # OUTPUT "Rishab"
print(person.country) # OUTPUT "Canada"
```

Expand Down

0 comments on commit a67e5a2

Please sign in to comment.