Hi, how can I get an answer to print out in quotes? Example is of a math question in which the answer prints out in this format:
print answer
>>>15
The answer varies with each question and I'd like it to print out like this:
>>>'15'
How can I get the quotes added in? Thanks
print answer
>>>15
The answer varies with each question and I'd like it to print out like this:
>>>'15'
How can I get the quotes added in? Thanks
Comment