Hello,
I recently coded this snippet of code:
myString=„hello“
for i in range(len(myString):
print(string[i])And now for the weird part: SOMETIMES, the output is this: hello And SOMETIMES, the output changes to: ohell WHY??? Why do I get different outputs with the EXACT SAME CODE? Can someone help me please? Thank you -- https://mail.python.org/mailman/listinfo/python-list
