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 e2e44ca commit dd9d3c8Copy full SHA for dd9d3c8
day4.py
@@ -1,5 +1,5 @@
1
#!/usr/local/bin/snek
2
-# cat day4input.txt | ./day4.py
+# cat day4input.txt | snek ./day4.py
3
def instr(start, s, ch):
4
for i in range(start, len(s)):
5
if s[i] == ch:
0 commit comments