How to Create Python Function with Optional Arguments December 22, 2021December 22, 2021 Sreeram Sreenivasan Leave a comment Python Sometimes you may need to create python function with optional arguments. Here are the steps to do it. Continue reading