Menu

[Solved]1 Write Program Asks User String Letters Size Spaces Finally Special Character Values 33 4 Q37280639

1. Write a program that asks the user for a string of letters ofany size (no spaces), and finally a

special character (values 33 to 47 in the Ascii table, or ‘!’ to‘/’). Generate a random number of

any size, integer or floating point, and combine those threepieces of information (in any order)

to create a password and display that out to the user

.

1.Write a program that determines whether you will eat at yourfavorite fast food restaurant

today and displays the choice. Assume that you have a 50% chanceof eating there today.

Sample output:

You will eat at a fast food restaurant today.

or

Sample output:

You will not eat fast food today.

Write a program that lets you play the computer in rock paperscissors. The computer uses a

random value between 1 and 3 to determine its choice of rock,paper, or scissors. The program

takes your input and determines if you have won or lost.

Sample input:

1

Sample output:

The computer’s choice was 3.

You beat the computer, rock beats scissors.

.IN PYTHON PLEASE

Expert Answer


Answer to 1. Write a program that asks the user for a string of letters of any size (no spaces), and finally a special character (… . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *