Simulating a Roulette Game in Python Using Classes
Duration: 1h 23m | .MP4 1280x720, 30 fps(r) | AAC, 48000 Hz, 2ch | 386 MB
Genre: eLearning | Language: English
Duration: 1h 23m | .MP4 1280x720, 30 fps(r) | AAC, 48000 Hz, 2ch | 386 MB
Genre: eLearning | Language: English
In this class, you will be suing your basic Python skills to simulate a Roulette. without using any library, you will create the classes and functions that will implement the game logic.
At the end of this course, we will as coded a Roulette Game and have good knowledge in:
Creating a Class
Methods in Classes
Objects
Class Level Attributes
Loops
Try and Except in Python