mirror of
https://bitbucket.org/Mattrixwv/pytutorial.git
synced 2025-12-06 18:23:57 -05:00
Added an example of importing a user created file
This commit is contained in:
7
testImport.py
Normal file
7
testImport.py
Normal file
@@ -0,0 +1,7 @@
|
||||
#This is a file with a few functions in it and is used as a test for the fileAdd.py file
|
||||
|
||||
def testFunction():
|
||||
return "This is the test function"
|
||||
|
||||
def testFunction2(num1, num2):
|
||||
return num1 + num2
|
||||
Reference in New Issue
Block a user