Add function info

このコミットが含まれているのは:
Josh Mudge 2018-12-20 13:23:18 -07:00
コミット 2994c7457b
2個のファイルの変更20行の追加0行の削除

ファイルの表示

@ -148,6 +148,25 @@ month = now.month
day = now.day
```
# Function P3 Ch.2
## Defining a Function
```
def greet_customer():
print("Welcome!")
```
## Calling Functions
```
greet_customer()
```
or if it has parameters:
```
greet_customer(1,ten)
```
# Fun Projects
Design a shop using Ex7 and Ex9 as a frame:

1
Hex サブモジュール

@ -0,0 +1 @@
Subproject commit 51550dc123eab347873de585140948f645908797