-
-
Save rohith2506/400b5ad4acce9c33b3b87a791bb8f50d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def main(): | |
list = [1,2,3] | |
return list | |
main() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment