File tree Expand file tree Collapse file tree 4 files changed +30
-0
lines changed Expand file tree Collapse file tree 4 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ # Package/Script Name
2+
3+ Short description of package/script
4+
5+ - If package, list of functionalities/scripts it can perform
6+ - If standalone script, short description of script explaining what it achieves
7+
8+ ## Setup instructions
9+
10+ Explain how to setup and run your package/script in user's system
11+
12+ ## Detailed explanation of script, if needed
13+
14+ If code is not explainable using comments, use this sections to explain your script
15+
16+ ## Output
17+
18+ Display images/gifs/videos of output/result of your script so that users can visualize it
19+
20+ ## Author(s)
21+
22+ LindaWang7
23+
24+ ## Disclaimers, if any
25+
26+ Use this section to mention if any particular disclaimer is required
Original file line number Diff line number Diff line change 1+ def test ():
2+ print ("hi" )
3+ if __name__ == "__main__" :
4+ test ()
You can’t perform that action at this time.
0 commit comments