Skip to content

Instantly share code, notes, and snippets.

word = "dnfkjejevfvkvv/hkfhukf/"
print(word.find("/"))
print(word.split("/"))
word2 = "blalalsdjsfff.,fhef.,hfgeufy"
print(word2.find(".,"))
print(word2.split(".,"))
def prog():
a = input(r'Enter whatever:')