diff --git a/myfirstclass.py b/myfirstclass.py index 56e5d1e..5682aba 100644 --- a/myfirstclass.py +++ b/myfirstclass.py @@ -1 +1,2 @@ -# Make changes to this file. \ No newline at end of file +# Make changes to this file. +# this is my change \ No newline at end of file diff --git a/rhythmrx9.py b/rhythmrx9.py new file mode 100644 index 0000000..6110030 --- /dev/null +++ b/rhythmrx9.py @@ -0,0 +1,2 @@ +print("sample file") +print("another change") \ No newline at end of file