質問編集履歴
3
文の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -13,5 +13,3 @@
|
|
13
13
|
|
14
14
|
|
15
15
|
Prints the values to a stream, or to sys.stdout by default. Optional keyword arguments: file: a file-like object (stream); defaults to the current sys.stdout. sep: string inserted between values, default a space. end: string appended after the last value, default a newline. flush: whether to forcibly flush the stream.
|
16
|
-
|
17
|
-
![![イメージ説明](dd632151ec3e57dddcaa49dbaef003e1.png)]
|
2
写真の添付
test
CHANGED
File without changes
|
test
CHANGED
@@ -13,3 +13,5 @@
|
|
13
13
|
|
14
14
|
|
15
15
|
Prints the values to a stream, or to sys.stdout by default. Optional keyword arguments: file: a file-like object (stream); defaults to the current sys.stdout. sep: string inserted between values, default a space. end: string appended after the last value, default a newline. flush: whether to forcibly flush the stream.
|
16
|
+
|
17
|
+
![![イメージ説明](dd632151ec3e57dddcaa49dbaef003e1.png)]
|
1
文の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,6 +1,10 @@
|
|
1
1
|
VScodeのpythonについて
|
2
2
|
|
3
|
-
vscodeで()
|
3
|
+
vscodeでprint()と入力するとコメント文が出てきます。非表示に出来ないでしょうか。
|
4
|
+
|
5
|
+
一応動作はするのですがprint()と入力すると毎回出てきます。以下全文コメント文です。
|
6
|
+
|
7
|
+
|
4
8
|
|
5
9
|
print()
|
6
10
|
|