This repository contains some Python Samples.
-
Rock_Paper_Scissors : The rock, paper, scissors game using if, elif, else, while, break and continue
-
Fibonacci_Series : Generating a fibonacci series the number of values defined by user. Done using functions, global variables and pass
-
Cow_Bull_Game : An intermediate level game, using random package, nested loops, function calls, try and except block
-
Tic_Tac_Toe_Game : The famous X - O game using multiple functions, random package
Stepping towards Object Oriented Programming(OOP) :
- Black_Jack_Game : A simplified version of the BlackJack game using Classes, Objects, Attributes, Functions, Try and Except Blocks