Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Mubashar Robot

@MrRobot35
MrRobot35
MrRobot35
published a Repl
6 months ago
0
Star Wars Name Generator
Star Wars Name GeneratorThis is a program that generates a Star Wars name for you based on some personal information you provide, like your first name, last name, mother's maiden name, and the city where you were born. The program takes the first three letters of your first and last names, the first two letters of your mother's maiden name, and the last three letters of your city of birth to create a new name.
MrRobot35
MrRobot35
published a Repl
6 months ago
0
List of Name
List of NameList of Name
MrRobot35
MrRobot35
published a Repl
6 months ago
0
Ultimate List Maker
Ultimate List MakerThis code is a simple "To Do List Manager" program that allows the user to view, add, edit, remove, or delete items from a list. The program uses a while loop to continuously display a menu of options for the user to select from. Depending on the user's input, the program will perform different actions such as displaying the list, adding an item to the list, removing an item from the list, editing an item in the list, or deleting the entire list. The program uses the time and os modules to add a delay and clear the console screen after each operation.
MrRobot35
MrRobot35
published a Repl
6 months ago
0
SPAMMER Inc.
SPAMMER Inc.SPAMMER Inc.
MrRobot35
MrRobot35
published a Repl
6 months ago
0
Todo List Manager
Todo List ManagerTodo list manager
MrRobot35
MrRobot35
published a Repl
6 months ago
0
Random Greeting Generator
Random Greeting GeneratorGreeting in 21 languages
MrRobot35
MrRobot35
published an Update
6 months ago
0
UserInterface
UserInterfaceUser Interface
User InterFace
User Interface
MrRobot35
MrRobot35
published an Update
6 months ago
0
UserInterface
UserInterfaceUser Interface
User InterFace
User InterFace
MrRobot35
MrRobot35
published a Repl
6 months ago
0
UserInterface
UserInterfaceUser Interface
MrRobot35
MrRobot35
User InterFace6 months ago
MrRobot35
MrRobot35
User Interface 6 months ago
MrRobot35
MrRobot35
published a Repl
6 months ago
0
MrRobot35
MrRobot35
published a Repl
7 months ago
0
Time Library
Time Librarythis code is a simple music player program that plays a single audio file and allows the user to start and stop the playback using the keyboard.
MrRobot35
MrRobot35
published a Repl
7 months ago
0
Guess the number -
Guess the number -This code is a simple number guessing game that prompts the user to guess a number
MrRobot35
MrRobot35
published a Repl
7 months ago
0
MrRobot35
MrRobot35
published a Repl
7 months ago
0
List Generator
List GeneratorThis code prompts the user to enter three integers: a starting value, an end value (exclusive), and an increment value. It then uses a for loop with the range() function to print a sequence of values starting at the starting value and ending before the end value, incrementing by the increment value each time.
MrRobot35
MrRobot35
published a Repl
7 months ago
0
Loan Interest Calculator
Loan Interest Calculatorhis code prompts the user to enter two pieces of information, a loan amount and an interest rate. It then calculates the amount of interest that will accrue over the course of 10 years based on the given interest rate, and prints out the total amount owed at the end of each year. Finally, the code outputs the total amount paid in interest over the full 10-year period.
MrRobot35
MrRobot35
published a Repl
7 months ago
0
Guess the number
Guess the numberThis code is a simple number guessing game that prompts the user to guess a number
MrRobot35
MrRobot35
published an Update
7 months ago
0
Rock, Paper and Scissor
Rock, Paper and ScissorThis Python code is a simple implementation of the classic game "Rock, Paper, Scissors" played between two players.
Rock, Paper and Scissor
This Python code is a simple implementation of the classic game "Rock, Paper, Scissors" played between two players.
#games
#rockpaperscissors
#100daysofcode
+2
MrRobot35
MrRobot35
published a Repl
7 months ago
0
Rock, Paper and Scissor
Rock, Paper and ScissorThis Python code is a simple implementation of the classic game "Rock, Paper, Scissors" played between two players.
MrRobot35
MrRobot35
This Python code is a simple implementation of the classic game "Rock, Paper, Scissors" played between two players.7 months ago
MrRobot35
MrRobot35
published a Repl
7 months ago
0
Day16_100 days
Day16_100 daysThis Python code prompts the user to complete the lyrics, until they correctly input the word . The program keeps track of the number of attempts it takes the user to guess correctly and outputs a message with the number of attempts once the user guesses correctly.
MrRobot35
MrRobot35
published a Repl
7 months ago
0
Exam Grade Calculator
Exam Grade CalculatorThis code takes the user's input of the maximum possible score and the score they received, calculates the percentage they scored, and prints it with two decimal points. It then uses a series of conditional statements to determine the corresponding grade for that percentage, based on the grading scale defined in the code. The output of the code is the calculated percentage and the corresponding grade.