Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f07edf2

Browse files
Added medium problem.
1 parent 535dcc6 commit f07edf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Leetcode/script.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import os
22
difficulty = input("Enter difficulty: ")
33
os.system("git add .")
4-
os.system("git commit -m \"Add " + difficulty + " problem.\"")
4+
os.system("git commit -m \"Added " + difficulty + " problem.\"")
55
os.system("git push -u origin master")

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /