示例#1
0
文件: zad2.py 项目: totodot/Lab_01
 def notificationIO(self,path):
      print("No such file or directory: " +
                   path +
                   bcolors.minusSign())
示例#2
0
文件: zad2.py 项目: totodot/Lab_01
 def notificationWrong(self,path,line):
     print("Oops!  Something is wrong with your file: " + path +
                   " in line: " +
                   str(line) +
                   " .Try again..." +
                   bcolors.minusSign())