Skip to content

Commit a8939fb

Browse files
Update settings.json
1 parent 580273e commit a8939fb

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)