Skip to content

Commit

Permalink
Update circular_linked_list.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugendesu authored Feb 11, 2025
1 parent d8941ef commit 389d60d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions LinkedLists all Types/circular_linked_list.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from turtle import mode

'''Author - Mugen https://github.com/Mugendesu'''

class Node :
def __init__(self , data , next = None):
Expand Down Expand Up @@ -131,4 +130,4 @@ def main():


if __name__ == '__main__':
main()
main()

0 comments on commit 389d60d

Please sign in to comment.