As you probably guessed, I'm using a package that was built using Python 2 on Python 3, and I need to make some changes to get it to work. I asked around and someone suggested that sed is the best option. Though I'm not exactly sure how to use it. Can anyone help out? Thanks in advance.
I'm wanting to replace all instances of print 'example'
with print('example')