python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How do I sum the numbers of a string vertically?
I'm trying to add all the numbers in a string in the Python language. For example,
s="""11 9 5
6 6 8
4 6 4"""
If we considered this string in 3 lines, and eac...
Seyed Amir Vahabi
Votes: 0
Answers: 4
Split string and concatenate removing whole word in R
I am trying to remove the words "Arts and Humanities" and "Social Sciences" from a string containing concatenated by "/" different disciplines of knowledge as follows:
st...
monteromati
Votes: 0
Answers: 2