Code you're trying to run:
x = "Please make startswith and endswith work"
if x.startswith("Please") : print "Starts with Please"
if x.endswith("work") : print "Ends with work"
What does "real" Python output?
Correct output.
What does Skulpt output?
No support
Please provide any additional information.
Original issue reported on code.google.com by drchuck on 21 Jan 2013 at 8:34
Original issue reported on code.google.com by
drchuck
on 21 Jan 2013 at 8:34