Using Default Arguments in a Function

# Introduction In this lab, you need to create a function named `func()` that takes two arguments `n1` and `n2`, where `n1` and `n2` have default values of `10` and `100` respectively, and then print the values of `n1` and `n2` when the function is called with an integer input assigned to `n` as the first argument and the default value as the second argument.

|60 : 00

Click the virtual machine below to start practicing