Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cf1cbe9

Browse files
author
Karandeep Grover
committed
Moved Exercises to seperate folder
1 parent bb15f2f commit cf1cbe9

File tree

22 files changed

+11
-26
lines changed

22 files changed

+11
-26
lines changed

‎Basics/Hindi/16_class_and_objects/16_class_and_object_exercise.md‎ renamed to ‎Basics/Exercise/16_class_and_objects/16_class_and_object_exercise.md‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,4 @@ emp = Employee(1, "coder")
1616
2. Use del property to first delete id attribute and then the entire object
1717

1818

19-
[Solution](https://github.com/codebasics/py/blob/master/Basics/python_basics/16_class_and_objects/16_class_and_objects.py)
20-
21-
22-
19+
[Solution](https://github.com/codebasics/py/blob/master/Basics/Exercise/16_class_and_objects/16_class_and_objects.py)
File renamed without changes.

‎Basics/Hindi/17_inheritance/17_inheritance.md‎ renamed to ‎Basics/Exercise/17_inheritance/17_inheritance.md‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,4 @@ class Dog(Animal):
1818
super()-it refers Animal class,now you can call Animal's methods.
1919
```
2020

21-
[Solution](https://github.com/codebasics/py/blob/master/Basics/python_basics/17_inheritance/17_inheritance.py)
22-
23-
24-
21+
[Solution](https://github.com/codebasics/py/blob/master/Basics/Exercise/17_inheritance/17_inheritance.py)
File renamed without changes.

‎Basics/Hindi/18_multiple_inheritance/18_multiple_inheritance.md‎ renamed to ‎Basics/Exercise/18_multiple_inheritance/18_multiple_inheritance.md‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,4 @@ Ans : just make subclass from teacher so that student will become teacher
2020

2121

2222

23-
[Solution](https://github.com/codebasics/py/blob/master/Basics/python_basics/18_multiple_inheritance/18_multiple_inheritance.py)
24-
25-
26-
23+
[Solution](https://github.com/codebasics/py/blob/master/Basics/Exercise/18_multiple_inheritance/18_multiple_inheritance.py)
File renamed without changes.

‎Basics/Hindi/19_raise_exception_finally/19_raise_exception_finally.md‎ renamed to ‎Basics/Exercise/19_raise_exception_finally/19_raise_exception_finally.md‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,4 @@ create cusomException named ismajor and raise it if age<18.
2020

2121

2222

23-
[Solution](https://github.com/codebasics/py/blob/master/Basics/python_basics/19_raise_exception_finally/19_raise_exception_finally.py)
24-
25-
26-
23+
[Solution](https://github.com/codebasics/py/blob/master/Basics/Exercise/19_raise_exception_finally/19_raise_exception_finally.py)
File renamed without changes.

‎Basics/Hindi/20_Iterators/20_Iterators.md‎ renamed to ‎Basics/Exercise/20_Iterators/20_Iterators.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66

77

8-
[Solution](https://github.com/codebasics/py/blob/master/Basics/python_basics/20_Iterators/20_Iterators.py)
8+
[Solution](https://github.com/codebasics/py/blob/master/Basics/Exercise/20_Iterators/20_Iterators.py)
File renamed without changes.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /