質問するログイン新規登録

質問編集履歴

3

文の修正

2020/11/21 14:05

投稿

hourai256
hourai256

スコア2

title CHANGED
File without changes
body CHANGED
@@ -5,5 +5,4 @@
5
5
  print()
6
6
  print(value, ..., sep=' ', end='\n', file=sys.stdout, flush=False)
7
7
 
8
- 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.
9
- ![![イメージ説明](dd632151ec3e57dddcaa49dbaef003e1.png)]
8
+ 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.

2

写真の添付

2020/11/21 14:05

投稿

hourai256
hourai256

スコア2

title CHANGED
File without changes
body CHANGED
@@ -5,4 +5,5 @@
5
5
  print()
6
6
  print(value, ..., sep=' ', end='\n', file=sys.stdout, flush=False)
7
7
 
8
- 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.
8
+ 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.
9
+ ![![イメージ説明](dd632151ec3e57dddcaa49dbaef003e1.png)]

1

文の修正

2020/11/21 12:36

投稿

hourai256
hourai256

スコア2

title CHANGED
File without changes
body CHANGED
@@ -1,5 +1,7 @@
1
1
  VScodeのpythonについて
2
- vscodeで()をつけようとすると以下のコメント文が出てきます。非表示に出来ないでしょうか。
2
+ vscodeでprint()と入力するとコメント文が出てきます。非表示に出来ないでしょうか。
3
+ 一応動作はするのですがprint()と入力すると毎回出てきます。以下全文コメント文です。
4
+
3
5
  print()
4
6
  print(value, ..., sep=' ', end='\n', file=sys.stdout, flush=False)
5
7