Given a string in quotes, print it out without quotation marks.
Quotation marks
Report a typo
Sample Input 1:
"python"Sample Output 1:
pythonWrite a program in Python 3
# work with this variable
string = input()
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.