I would like to write the following in a text file in the following format:
The Name is from a list of names
Item \"Name\" RollNo
e.g
Item
You can also try the triple single quotes to have your string preserve the double quoted
str = '''Item "Aaron" RollNo Item "Barry" RollNo'''
output will be like this
preserve the double quoted word in python string