Doublepace à Python
st = "This is a string with double spaces"
doubleSpaces = st.find(" ")
print(doubleSpaces)
Coding boy Hasya
st = "This is a string with double spaces"
doubleSpaces = st.find(" ")
print(doubleSpaces)