Skip to content

briababby57/briababby57.GitHub.io

Repository files navigation


Code Guide As "CoWik"


CoWik also Serves as a cheatsheet for Markdown, Python, Javascript, CSS, & HTML.

light weight wiki specifically for coding, web dev, etc.

Cowik is also my goto when in doubt or confused

When it comes to anything coding, you can count on CoWik!

  1. Always there when in need

. 2. Able to be trained to serve as a 365 "life agent"

prices = {
    'apple': 0.40, 'banana': 0.50
}
}
my_purchase = {
    'apple': 1,
    'banana': 6
}
grocery_bill = sum(prices[fruit] * my_purchase[fruit]
    for fruit in my_purchase)
print ('I owe the grocer $%.2f' % grocery_bill)

Note

Highlights information that users should take into account, even when skimming.

|-----:|-----------| | 1| Python| | 2| CSS |CNN | 3| Javascript | | 4| HTML. |