The following Python code will result in an error if the input value is entered as -5.
assert False, 'Spanish'
assert False, 'Spanish'The following Python code will result in an error if the input value is entered as -5.
assert False, 'Spanish' Correct Answer True
মোঃ আরিফুল ইসলাম
Feb 20, 2025