a-)Write a game of rock paper scissors, one of the choices will be from the user and the other from the computer (use random) Print results for each game. Play the games in a row until you exit the game. Explain each step as comment. Game rules: Rock crushes scissors, you win. Paper covers rock, you win. Scissors cut paper, you win.(İn Python)

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

a-)Write a game of rock paper scissors, one of the choices will be from the user and the
other from the computer (use random) Print results for each game.
Play the games in a row until you exit the game. Explain each step as comment.
Game rules:
Rock crushes scissors, you win.
Paper covers rock, you win.
Scissors cut paper, you win.(İn Python)

b-)Write a program that sorts a list in ascending order. Don’t use sort method.
Ask user number of list elements (at least 10 elements)
Enter all elements from keyboard and printed.
Sort your list.(İn python)

 

c-)Write a code for craps game. Craps is a dice game in which the players make wagers
on the outcome of the roll, or a series of rolls, of a pair of dice.
The rules of the dice game craps are as follows:
You roll two dice. Each die has six faces, which contain one, two, three, four, five and six spots,
respectively. After the dice have come to rest, the sum of the spots on the two upward faces is
calculated. If the sum is 7 or 11 on the first throw, you win and play is over. If the sum is 2, 3
or 12 on the first throw you lose and play is over. If the sum is 4, 5, 6, 8, 9 or 10 on the first
throw, that sum becomes your “point.” To win, you must continue rolling the dice until you
“make your point” (i.e., roll that same point value). You lose by rolling a 7 before making your
point. (İn Python)

d-)Write a program which prompts the user for their age. If they are 19 or younger inform
them that qualify for student discounts. If they are between 20 and 65 inform them that they
qualify for no age discounts. If they are 65 or over inform them that they can receive senior
discounts.(in python)

e-))Write the python code which selects a random number between 1 and 10, once.
Prompt the user for input until they guess the random number. Print congratulation once they
guess it. (in python)

f-)Write a program from decimal to any base, ask the user for a decimal number and
convert entered base by user. (Your program should support bases between 2 and 16 .)(in python)

g-)ax^2 + bx + c = 0 a,b,c are constants number entered by the user. Find roots for
equation and determine the quadrant of the cartesian plane. Print equation, roots and write
which quadrant (I,II,III or IV) in python

h-))Write all permutation for ABC. (Consider as a letter A, B,C). in python

i-)Write program to print all the numbers divisible by 4 and 5 up to a number of
N(entered by user at least 100). (in python)

j-)Write a program to check given text is palindrome or not.
A palindrome is a word, number, phrase, or other sequence of characters which reads the same
backward as forward, such as madam or racecar.(in python)

 

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Map
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education