fms12 / DATA-STRUCTURE-AND-ALGORITHM-IN-PY

An open source codebase for sharing programming solutions. This repository is in development phase and will soon provide you with python code of various data structures and algorithms . as we all know that there are not much resources which is available to learn data structures and algorithms in python.
MIT License
23 stars 43 forks source link

(FLK-F706) `return` statement used outside of a function or method #22

Open fms12 opened 1 year ago

fms12 commented 1 year ago

Description

A return statement should not be used outside of a function or method. This will raise a SyntaxError. Make sure that your code and indentation are correct.

Occurrences

There are 4 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/fms12/DATA-STRUCTURE-AND-ALGORITHM-IN-PY/issue/FLK-F706/occurrences/

Ashish-Abraham commented 1 year ago

Hey @fms12, may I work on this issue?

fms12 commented 1 year ago

Hey @fms12, may I work on this issue? sure 👍

achiverram28 commented 1 year ago

Hey I want to work on this issue

fms12 commented 1 year ago

@Ashish-Abraham are you working on this issue or I will be assigning to others?

achiverram28 commented 1 year ago

Dude assign this to me

achiverram28 commented 1 year ago

Bro I have done please check

achiverram28 commented 1 year ago

Please check the PR