예제 #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())