Python Forum
Need Help with writing this code!?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need Help with writing this code!?
#1
I am in a computer science course at college, and I am so new to this that even reading the chapters, and watching youtube videos does not help me. I have an assignment due this week that I have no idea how to even begin... if anyone could help me out it would be greatly appreciated. Thank you so much

The first assignment is:

  • Write a program that asks the user to enter a character, and based on its ASCII value the program determines whether this character is:
    • digit,
    • An uppercase letter,
    • lowercase letter, or
    • symbol
The second assignment is:
  • This is a little game in which the user "throws" a single virtual "dart" at a board containing three circles that appear at random locations. Write a program that draws three circles of radius 50 at random locations, and asks the coordinates of a point, the dart
    The program reports the number of points earned based on where the dart fell:

    • 1000 points if the dart fell inside the overlap of all three circles,
    • 500 points if the dart fell inside the overlap of only two of the circles,
    • 100 points if the dart fell inside only one of the circles,
    • 0 points if the dart did not hit any of the circles.

 


Reply


Messages In This Thread
Need Help with writing this code!? - by r6lay - Feb-06-2017, 08:36 PM
RE: Need Help with writing this code!? - by r6lay - Feb-06-2017, 09:09 PM
RE: Need Help with writing this code!? - by nilamo - Feb-13-2017, 12:48 AM
RE: Need Help with writing this code!? - by Ofnuts - Feb-06-2017, 11:43 PM
RE: Need Help with writing this code!? - by Larz60+ - Feb-08-2017, 06:47 PM
RE: Need Help with writing this code!? - by Ofnuts - Feb-13-2017, 10:03 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  I need help writing this code for string properties and methods hannah71605 4 3,120 Mar-22-2021, 12:36 PM
Last Post: menator01
  Need help in Code for Writing View Functions in Flask - Python Web Framework ashishsme14 2 3,037 May-22-2020, 03:43 AM
Last Post: snippsat
  HELP - Writing code returning True or False Kokuzuma 2 2,791 Nov-01-2018, 03:37 AM
Last Post: Kokuzuma
  Speed of progress of writing code Johno 2 2,887 Jan-19-2018, 01:56 AM
Last Post: dwiga
  Problem writing code with my pseudocode MattWilk97 1 2,884 Aug-29-2017, 01:54 AM
Last Post: ichabod801

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020