Commit e1205f76 authored by Mario Chirinos's avatar Mario Chirinos

min max

parent 8c822b50
#!/usr/bin/python
# -*- coding: utf-8 -*-
import sys
from myModule import myModule
#===============================================================================
def getMinMax(clase):
print(myModule.myPrint(text))
for item in os.listdir("."):
if os.path.isdir(item):
print(item)
#===============================================================================
def main(argv):
if len(sys.argv) != 2:
print ("Usage text")
else:
getMinMax(argv[1])
if __name__ == "__main__":
main(sys.argv)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment