Intro to Computing - How Data is Represented
In a compression algorithm, a developer uses the following code snippet:
What is the likely problem here?
if data == None:
compress(data)What is the likely problem here?
