Skip to content

Hill7474/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!

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.

365/"life" Agentee AI

input("What's your name?: ")

LAgentee AI: "I'm your Life Agentee AI. I'm here for all your coding doubts and

|-----:|-----------| | 1| Python| | 2| CSS | | 3| Javascript |

| 4| HTML. |

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%