質問編集履歴
1
追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,4 +6,6 @@
|
|
6
6
|
```python3
|
7
7
|
def hoge():
|
8
8
|
print("hello")
|
9
|
-
```
|
9
|
+
```
|
10
|
+
|
11
|
+
```python3 sample.py```コマンドでファイル全体を実行するのではなく、hoge関数だけを実行する方法を知りたいです。
|