diff --git a/fy_code.py b/fy_code.py new file mode 100644 index 0000000..570c4af --- /dev/null +++ b/fy_code.py @@ -0,0 +1,4 @@ +def fy_print(): + print("fy print") + +fy_print() \ No newline at end of file