diff --git a/git/6413779.py b/git/6413779.py new file mode 100644 index 0000000..40beeec --- /dev/null +++ b/git/6413779.py @@ -0,0 +1,4 @@ +def print_id(id="your_id"): + print(f"My ID is {id}!") + +print_id("6413379") \ No newline at end of file