コード例 #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())