質問編集履歴
1
コードを修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,6 +1,8 @@
|
|
1
1
|
```Python
|
2
2
|
|
3
3
|
|
4
|
+
|
5
|
+
def get_users():
|
4
6
|
|
5
7
|
conn = sqlite3.connect("crm.sqlite")
|
6
8
|
|