C:\ββββββββββββββ -1 Traceback (most recent call last): File "ββββββββββββββ", line ββ in βββββββββββ print(chr.index("surname")) ValueError: substring not found
Sayori laughs bashfully and hopes Franziska can't hear the static in her mind.] Oh, it's nothing like yours! There's no way I'm royalty.
SPOILERY CONTENT AHOY
It's a normal question, and Sayori opens her mouth to give Franziska a normal answer.
But there's nothing.
What is your surname?
chr = "sayori"
print(chr.find("surname"))
print(chr.index("surname"))
C:\ββββββββββββββ
-1
Traceback (most recent call last):
File "ββββββββββββββ", line ββ in βββββββββββ
print(chr.index("surname"))
ValueError: substring not found
Sayori laughs bashfully and hopes Franziska can't hear the static in her mind.] Oh, it's nothing like yours! There's no way I'm royalty.