will return
Code: Select all
ValueError: source code string cannot contain null bytes
Code: Select all
ValueError: source code string cannot contain null bytes
Code: Select all
fmt = 'I' + str(len(data)) + 's'
Code: Select all
print = AddToSystemJournal
print(1, '2', [3], key1='value', sep='my separator', end='end of line')