[Python]function呼び出し

function呼び出し

def sample1(a, b, c):
    s = a + b - c
    print(a)

    if a == 0:
        print(b)
    else:
        print(c)

sample1(1, 1, 2)

結果

1
2

投稿者: kinkun

保有資格 Salesforce Certified Platform App Builder T Salesforce Certified Platform Developer I Salesforce Certified Platform Developer II Salesforce Certified Administrator

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です