質問編集履歴

1

追加

2019/06/23 14:40

投稿

TanakashiXr
TanakashiXr

スコア57

test CHANGED
File without changes
test CHANGED
@@ -19,6 +19,22 @@
19
19
 
20
20
 
21
21
  ```ここに言語名を入力
22
+
23
+ # 接続する
24
+
25
+ conn = MySQLdb.connect(
26
+
27
+ user='root',
28
+
29
+ passwd='root',
30
+
31
+ host='localhost',
32
+
33
+ db='bot')
34
+
35
+ c = conn.cursor()
36
+
37
+
22
38
 
23
39
  msg.text = "○○○@○○○.jp"
24
40