1 write a python program that prompts the user to enter the


1. Write a Python program that prompts the user to enter the current month name and prints the season for that month.

2. Write a Python program to find the median of three numbers entered by a user.

3. Write a Python program using print statement to print out a triangle below.

        *

     *  *  *

  *  *  *  *  *

4.  Write a program using conditional statements and user input function to generate the outcome of the rock, scissors, paper game. An example program looks as follows: (texts in blue are inputs from the user). The only valid inputs are rock, paper, and scissors. If the user enters anything else, your program should output "invalid input".

Player 1: rock

Player 2: paper

Player 2 wins

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: 1 write a python program that prompts the user to enter the
Reference No:- TGS02512108

Now Priced at $15 (50% Discount)

Recommended (96%)

Rated (4.8/5)