Python

Python is a high-level general-purpose programming language. It was created in 1991 with the intention of helping programmers write clear and logical code for small-large scale projects. Python is one of the most widely used languages for applications in practically every field of study.

All Posts

Craps

What is it? Craps is a popular dice game that is commonly played at casinos. This is a very simplified version of that game in a command-line editor. In this version, you can only play on the pass line. At the start of the game, you are given $100 to bet with. Your first roll will determine if you win, lose, or roll again. You will win if you roll either a 7 or an 11, however, you will lose if you roll either a 2, 3, or 12. If you roll anything else, your bet moves to “point”. Wh...

Categories: Python