Skip to content

Commit fa29118

Browse files
Merge pull request #1 from yaswanthaddula/yaswanthaddula-patch-1
Update settings.json
2 parents 580273e + a8939fb commit fa29118

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.vscode/settings.json

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
{
2-
"githubPullRequests.ignoredPullRequestBranches": [
3-
"master"
4-
]
5-
}
1+
a=[3,4,2,5]
2+
r=a.sort
3+
print(r)

0 commit comments

Comments
 (0)