joe-greenawalt / skulpt

Automatically exported from code.google.com/p/skulpt
Other
0 stars 0 forks source link

Make startswith and endswith work #119

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Fixed here:

http://code.google.com/r/drchuck-skulpt-mods/source/detail?r=3444c875c81057ad878
d87b646b2eefe95971702

Original comment by drchuck on 21 Jan 2013 at 8:35