0

What is (s) used for

4th Sep 2018, 3:20 PM
Darpan Kushwaha
Darpan Kushwaha - avatar
3 Antworten
+ 3
"s" has many uses but you can easily find it in mainly plurals😤 What's this question?Please make it clear.
4th Sep 2018, 3:28 PM
Шащи Ранжан
Шащи Ранжан - avatar
+ 2
Strictly speaking, 's' as written in your question is a variable that contains a string: s=("....") print(type(s)) <class 'str'> Without surrounding context, I suspect "...." means "anything obvious from the context" like any string, value or tuple list (with a slight grammar note that an ellipsis "..." belongs there if that's true).
4th Sep 2018, 4:44 PM
Kirk Schafer
Kirk Schafer - avatar
0
I'm learning input I wanna know what does k=("....") s=("....") is used for ?
4th Sep 2018, 3:30 PM
Darpan Kushwaha
Darpan Kushwaha - avatar