We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9d3c8 commit 8e7802fCopy full SHA for 8e7802f
day4-2.py
@@ -1,5 +1,5 @@
1
#!/usr/local/bin/snek
2
-# cat day4input.txt | ./day4-2.py
+# cat day4input.txt | snek ./day4-2.py
3
def instr(start, s, ch):
4
for i in range(start, len(s)):
5
if s[i] == ch:
0 commit comments