RVCE 1st Sem Lab EL - Tkinter GUI
-
Updated
Apr 24, 2024 - Python
RVCE 1st Sem Lab EL - Tkinter GUI
This Python code implements a simple Hangman game. It selects a random word from a list, allows the player to guess letters, and displays the current state of the word with underscores for unknown letters.
The "Terminal Based Maze Solver" project is a Python implementation featuring a maze generator and a depth-first search algorithm to find a solvable path from the starting to the ending point in a randomly generated maze. The program provides a user-friendly console interface for interaction and exploration of maze solutions.
This is a user interactive python project which generates a Graphical User Interface using the Pygame library for a Sudoku game. This project uses the concepts of Algorithmic Problem-Solving, Event Handling, Object-Oriented Programming, Recursion, 2D List Manipulation, Keyboard Input Handling and Conditional Statements.
6 kyu
Function odd_indices() takes one parameter named lst. The function should create a new empty list and add every element from lst that has an odd index. The function should then return this new list. For example, odd_indices([4, 3, 7, 10, 11, -2]) should return the list [3, 10, -2].
Examples of functions for modifying lists with del and pop methods
In this you will find some good basic programs of Turbo Prolog 2.0
Creating a productive C library
Add a description, image, and links to the list-manipulation topic page so that developers can more easily learn about it.
To associate your repository with the list-manipulation topic, visit your repo's landing page and select "manage topics."