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
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.
Welcome to The Zen of Typing! The only place you can improve your typing speed and brush up on some programming principles at the same time...
All the program is written in python and easy to understand
Guess the Number game is made using Java Swing GUI.
generate random password of specific length using random module in python.
This is a simple number guessing game where the user has to guess the random number generated by the computer within the given number of attempts.
A simple command line based hangman game using python3
Advanced Cricket Tournament Simulation Program using Python
This project implements a Page Object Model (POM) structure and Data Driven Testing Framework for automated testing of the Swag Labs web application.
A Basic hangman game using Python(With random package and file handling concept)
Beginner Level Python projects
This is a GUI based Python Program which measures your Typing speed.
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.
It's a classic game in which a object is randomly displayed at screen (snake's food) and snake had to eat it .
Embark on a thrilling adventure with this Text-Based RPG System! Battle monsters, level up, and manage your inventory in an engaging, strategic text-based game. Perfect for RPG fans and Python developers diving into game development! 🚀
Coin-toss game is a fun game, where computer randomly flips a coin and the user tries to guess the result, they can also bet for the tossed coin.
A simple and minimalist random number guessing game written in Python 3.
100 days of programming in python day 4
Add a description, image, and links to the random-module topic page so that developers can more easily learn about it.
To associate your repository with the random-module topic, visit your repo's landing page and select "manage topics."