difftastic/a1.py

6 lines
78 B
Python

def test(a, b):
if a:
print(a)
if b:
print(b)