You are supposed to create a mini–Squid Game in this homework. Each player in the game selects a shape and size and then tries to guess the number of stars. The only way to stay alive is to guess the number of stars in the shape correctly (brutal!). Write a Python program that does the following: 1. Get two inputs from the user: number of groups in the game and number of players in each group. 2. For each player of each group, ask the user to select a shape (1= Square, 2= Triangle, 3= Equilateral triangle, 4= Sandglass). If the user enters an invalid number, the program should give a warning message, and the user should be eliminated. 3. If the user’s choice is a number representing one of the four valid shapes, the program should ask the user to select a size: a. For a square, triangle, or equilateral triangle, the size can be one of 2-3-4-5-6. If the user enters an invalid number, the program should give a warning message, and the user should be eliminated. b. For a sandglass, the size must be a positive odd number. If it is not so, the program should give a warning message, and the user should be eliminated.
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme