Skip to content

Commit

Permalink
Rename Example1.py to Classes_Example.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushigeorge authored Oct 7, 2022
1 parent 3e2558f commit d5f0373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example1.py → Classes_Example.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ def __init__(self, name, age):
e1 = Example1("Ayushi", 20)

print(e1.name)
print(e1.age)
print(e1.age)

0 comments on commit d5f0373

Please sign in to comment.