Skip to content
#

random-module

Here are 42 public repositories matching this topic...

The function is a block of code defined with a name. We use functions whenever we need to perform the same task multiple times without writing the same code again. It can take arguments and returns the value.

  • Updated Dec 9, 2022
  • Jupyter Notebook

A hotel management system developed using Python, Tkinter, and SQL involves a graphical user interface (GUI) built with Tkinter for user interactions, a backend database implemented with SQL for data storage, and Python code to manage hotel-related functionalities such as room booking, guest information, and billing, following OOPS principles.

  • Updated Sep 16, 2024
  • Python

A fun and interactive game where the player guides a turtle from the bottom to the top of the screen while avoiding cars moving from right to left. The game becomes progressively challenging as the cars move faster with each level. The player uses `w` to move the turtle up and `s` to move it down. The game ends if the turtle collides with a car.

  • Updated Jan 9, 2025
  • Python

Improve this page

Add a description, image, and links to the random-module topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the random-module topic, visit your repo's landing page and select "manage topics."

Learn more