Browse Source

Upload files to 'code'

Added sham code files
Aref Kalantari Sarcheshmeh 1 year ago
parent
commit
05744d9f82
2 changed files with 6 additions and 0 deletions
  1. 3 0
      code/Code1.py
  2. 3 0
      code/Code2.py

+ 3 - 0
code/Code1.py

@@ -0,0 +1,3 @@
+#This is a sham python script. Example1
+
+print("Hello World!")

+ 3 - 0
code/Code2.py

@@ -0,0 +1,3 @@
+#This is a sham python script. Example2
+
+print("Hello again World!")