Quotation marks

Report a typo

Given a string in quotes, print it out without quotation marks.

Sample Input 1:

"python"

Sample Output 1:

python
Write a program in Python 3
# work with this variable
string = input()
___

Create a free account to access the full topic