A PHP Error was encountered

Severity: Warning

Message: fopen(/tmp/ci_sessionu1fvciocavpibvdg0nh1us2aa4rchckv): 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/Public_pages.php
Line: 8
Function: __construct

File: /var/www/html/index.php
Line: 311
Function: require_once

A PHP Error was encountered

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/Public_pages.php
Line: 8
Function: __construct

File: /var/www/html/index.php
Line: 311
Function: require_once

Konda Immaniyelu - Coders Packet
Coders Packet

Packets submitted by Konda Immaniyelu

Guess the Number game Python GUI application

The given code implements a number guessing game using the Tkinter library in Python. Where the player can enter their guesses for a randomly generated secret number between 1 and 100.

Converstions program python

A unit conversion expresses the same property as a different unit of measurement. Distance can be converted from miles to kilometers, or feet, or any other measure of length.

Tic-Tac-Toe python

The tic-tac-toe game is for two players. One player plays X and the other plays O. The players take turns placing their marks on a grid of three-by-three cells.