When I tried to print content like following, it returned errors like invalid syntax
My runtime is python3.8
Where is the wrong point of this ?
print 'Content: {}'.format(content)
If someone has opinion,please let me know
Thanks
When I tried to print content like following, it returned errors like invalid syntax
My runtime is python3.8
Where is the wrong point of this ?
print 'Content: {}'.format(content)
If someone has opinion,please let me know
Thanks