Tools icon indicating copy to clipboard operation
Tools copied to clipboard

'import struct' needed to prevent NameError at python3

Open Revanth2002 opened this issue 3 years ago • 0 comments

Without this 'import struct' , Python interpreter throws an error of "NameError: name 'struct' is not defined". To solve this error, 'import struct' is needed.

Revanth2002 avatar Jul 06 '21 16:07 Revanth2002