Severity: Warning
Message: fopen(/tmp/ci_session9c67rvbsq2l7ccujm0uj6q3ehdvva5se): failed to open stream: No space left on device
Filename: drivers/Session_files_driver.php
Line Number: 176
Backtrace:
File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct
File: /var/www/html/index.php
Line: 311
Function: require_once
Severity: Warning
Message: session_start(): Failed to read session data: user (path: /tmp)
Filename: Session/Session.php
Line Number: 143
Backtrace:
File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct
File: /var/www/html/index.php
Line: 311
Function: require_once
By Md Omer
A Project where the user and the system are able to play the game of Odd-Eve using Python.
It is a fun game to play to pass your time, the program allows the user to choose a number from 1 to 100, and then the machines choose a number from 1 to 100, if the sum of two numbers is even then the user gets the victory, if it's odd then the machine gets the win. After completion of a round, the machine asks the user if they want to continue or if they want to terminate, and then according to the user's choice, the program terminates or executes again. Used random module for its development.
The Output Of the screen looks like this:
-1638893113-953.jpg)
Submitted by Md Omer (omerl23l0)
Download packets of source code on Coders Packet
Comments