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!
CoWik will always be there to serve you and your needs!
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.