https://stackoverflow.com/questions/37404134/in-python-is-there-anyway-to-input-a-string-without-quotation-marks

 

In python, is there anyway to input a string without quotation marks?

I want user to input a name of a table, table = str(input("table: ")) works, but it's kind of annoying to put 'name' everytime instead of just name, is there any work around for this?

stackoverflow.com

 

Use the raw_input

'Tools > Python' 카테고리의 다른 글

Functions  (0) 2018.12.28

1. root function


x**(1./3.)


2.

'Tools > Python' 카테고리의 다른 글

How to input a string without quotation marks?  (0) 2019.09.22

+ Recent posts