Skip to content

Commit 25928df

Browse files
added disha name
1 parent 5ee207d commit 25928df

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Program's_Contributed_By_Contributors/Python_Programs/todoapp.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ def __init__(self):
2222
self.label = QLabel("Enter a task:")
2323
self.layout.addWidget(self.label)
2424

25+
self.task_input = QLineEdit()
26+
self.layout.addWidget(self.task_input)
27+
2528
self.task_input = QLineEdit()
2629
self.layout.addWidget(self.task_input)
2730

contributors/contributorsList.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2093,4 +2093,9 @@ contributors = [
20932093
fullname: "Yash Saraswat",
20942094
username: "https://github.com/yash-saraswat",
20952095
},
2096+
{
2097+
id: 443,
2098+
fullname: "Disha",
2099+
username: "https://github.com/disha-2003",
2100+
},
20962101
];

0 commit comments

Comments
 (0)