diff --git a/examples/second.py b/examples/second.py new file mode 100644 index 0000000000000000000000000000000000000000..cf1d5e7c135bdb72e067f5617530026796f32260 --- /dev/null +++ b/examples/second.py @@ -0,0 +1,2 @@ +print ("Sampsa Tervo") +print ("My second Pyhton program rules!") \ No newline at end of file diff --git a/hello.py b/hello.py index 4dd44e31db924fec9bafbc61f649abeb2f924af6..b2346870d41f56b8754742ea79d06525c1ebbb68 100644 --- a/hello.py +++ b/hello.py @@ -1,3 +1,3 @@ print ("Sampsa Tervo") print ("13.9.2021") -print ("My second Pyhton program rules!") \ No newline at end of file +print ("Hello world!") \ No newline at end of file