Skip to content
Snippets Groups Projects
Commit c06427c0 authored by Damien George's avatar Damien George
Browse files

tests: Fix default arg test.

parent b4efac14
No related branches found
No related tags found
No related merge requests found
def fun1(val=5):
print(5)
print(val)
fun1()
fun1(10)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment