# -*- coding: utf-8 -*- """ Created on Sat Oct 1 20:59:05 2022 @author: Roman """ #assert 1 == 2 #raise Exception('blabla')\ try: raise ValueError except ValueError: print('Была ошибка')