8000
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 e3c5fc3 commit e2e44caCopy full SHA for e2e44ca
day3-2.py
@@ -1,5 +1,5 @@
1
#!/usr/local/bin/snek
2
-# cat day3input.txt | ./day3-2.py
+# cat day3input.txt | snek ./day3-2.py
3
def common(s1, s2, s3):
4
for ch in s1:
5
if ch in s2 and ch in s3:
0 commit comments