def test(name, email, age=18): print "%s/%s/%d" % (name, email, age) if __name__ == '__main__': test("jhon deer", "demo@gmail.com") |
Users who found this page were searching for:
- how to define python suboutines
- how to define function in python
- python loop through dictionary