You're just looking around. Create a free account to claim a bounty and get paid.
Create accountPick your next build
Every reward here is already funded in escrow.
Create a Number Guessing Game
Create a simple Python program where the computer randomly chooses a number between 1 and 100, and the user has to guess it. Requirements: Generate a random number between 1 and 100. Ask the user to enter a guess. Tell the user whether their guess is too high, too low, or correct. Keep asking until they guess correctly. Count and display how many guesses the user needed. Instructions on how to check the code through run.
$4.79
you earn on acceptance
Build a Sudoku Puzzle Validator
Create a Python program that checks whether a completed 9×9 Sudoku board is valid. The program should verify that every row, column, and 3×3 subgrid contains the numbers 1–9 exactly once. Requirements: Accept a 9×9 Sudoku board (hardcoded or read from a text file) Validate all rows Validate all columns Validate all 3×3 subgrids Display whether the puzzle is Valid or Invalid If invalid, indicate which row, column, or subgrid failed the validation
$33.78
you earn on acceptance · $3.55 entrance fee, refundable
Password Strength Checker
Create a program that checks how strong a user's password is based on different security rules. The program should take a password as input and return a strength rating along with suggestions for improvement. Requirements: Ask the user to enter a password Check if the password contains: At least 8 characters Uppercase letters Lowercase letters Numbers Special characters Give a score from 0–5 based on the requirements met Display a rating (Weak, Medium, Strong) Provide suggestions if requirements are missing
$33.78
you earn on acceptance · $3.55 entrance fee, refundable