Explorar el Código

Upload files to 'code'

Added sham code files
Aref Kalantari Sarcheshmeh hace 1 año
padre
commit
05744d9f82
Se han modificado 2 ficheros con 6 adiciones y 0 borrados
  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!")