Skip to content

Instantly share code, notes, and snippets.

View fiberpython's full-sized avatar
💭
kubectl * terraform apply

Paul Turner fiberpython

💭
kubectl * terraform apply
View GitHub Profile
acct='$labaccount'
sum='$foc'
@fiberpython
fiberpython / See_Code.py
Created October 30, 2017 05:49
My Next Gist
string = 'vanillabeans'
char = 'a'
def findcount(datav,search):
count=0
for x in datav:
if x == search:
count = count + 1