Do the quotation marks matter? (Python) | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Do the quotation marks matter? (Python)

if i use input(enter text here), would there be a different result than input("enter text here") ?

27th Mar 2018, 3:36 AM
Lightly Salted7
1 Respuesta
0
so if I wrote s = input(enter text here) s would be a variable for enter text here?
27th Mar 2018, 3:50 AM
Lightly Salted7