1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Nesterboy [21]
3 years ago
10

I'm getting pretty desperate plz help me, I'll give brainiest, and ill make a free question worth 100 points this is for coding

FLVS
Part 1: Plan and Write the Pseudocode
Using pseudocode, write an algorithm that someone else can follow.
Decide on a question to ask the user. Some ideas include:
What grade are you in?
What sport do you play?
Where did you go on vacation?
Use one variable to store the response.
Use one if-else statement to make a decision based on the user's input.
Display two messages; one for each condition (True and False).
Insert your pseudocode here: (you only need to do one)
Flowchart
Write it out

Get input:

If statement:

Print if true:

Print if false:


Part 2: Code the Program
Use the following guidelines to code your program.
Use the Python IDLE to write your program.
Using comments, type a heading that includes your name, today’s date, and a short description.
Set up your def main(): statement. (Don’t forget the parentheses and colon.)
Write one if-else statement using user input.
Include a print message for both conditions (True and False).
Conclude the program with the main() statement.
Follow the Python style conventions regarding indentation in your program.
Run your program to ensure it is working properly. Fix any errors you may observe.
When you've completed writing your program code, save your work by selecting 'Save' in the Python IDLE. When you submit your assignment, you will attach this Python file separately.

Part 3: Post Mortem Review (PMR)
Using complete sentences, respond to all the questions in the PMR chart.
Review Question
Response
What was the purpose of your program?

How could your program be useful in the real world?

What is a problem you ran into, and how did you fix it?

Describe one thing you would do differently the next time you write a program.




Part 4: Save Your Work
Don't forget to save this worksheet. You will submit it for your assessment.

you can also give me a link to your work and ill use it as a guide I will not copy
my g mail is my user name
Computers and Technology
1 answer:
Oksana_A [137]3 years ago
3 0

Answer:

Pseudocode:

import random

fetch user input on a lucky number

insert input into variable - "response"

new variable, random = randint

condition to check wheather random is our response

display results

Python Code:

import random

def main():

response = int(input("Guess my lucky number, its between 1 and 100: "))

lucky_number = random.randint(1,100)

if response == lucky_number:

print(f"Wow you're right, it is {lucky_number}")

else:

print("Sorry, Try Again")

main()

Reminder:

intended for python3 as i included the format f

also it could be done without the import, just manually insert a number

i'll leave the post mortum to you

Explanation:

You might be interested in
What is the meaning of HML​
trapecia [35]

Answer:

Explanation:

Hit my line

4 0
3 years ago
Read 2 more answers
Question # 3
NeX [460]

what not understanding

4 0
3 years ago
Read 2 more answers
If no help file is available for a particular dialog box, then, when you press the F1 key, the ____ opens.
nadya68 [22]

B. main Help window. Try pressing F1 in google chrome. A google support link will show up.

6 0
3 years ago
Select the correct answer.
Ksivusya [100]

I would have to say Effective Communication. Mainly because if everyone you have a team arguing over every option you are not focusing on one thing. This way you can discuss each option and have less of a divide if you all communicate what you feel effectively.

It could also be Leadership because as a leader you can avoid it completely and choose for your team. However based on what they are asking I still believe it would be B.

4 0
3 years ago
Read 2 more answers
Which event took place in the 1990s?
zimovet [89]

Honestly the only thing close to an answer is that more people have started using the internet. The internet was originally established in 1983 on January 1st.

Fun fact the communication is called Transfer Control Protocol/Internetwork Protocol

Also known now as TCP/IP

8 0
3 years ago
Other questions:
  • #Imagine you're writing a program to check if a person is
    8·1 answer
  • What is the maximum transmission speed for bluetooth v3 and v4 devices?
    12·1 answer
  • Explain any two computer technologies that has improved e commerce
    11·1 answer
  • A cache has been designed such that it has 512 lines, with each line or block containing 8 words. Identify the line number, tag,
    7·1 answer
  • You are running Windows 8 on your laptop. You install a 64-bit application on it. Where will this application reside on your com
    11·2 answers
  • How many cells are included in the range A1:B3
    10·1 answer
  • If 2 people use my code D9R2M on fetch reward and scan receipts I will give brainliest ​
    13·2 answers
  • Can anyone help explain this?
    13·2 answers
  • Please can someone solve this question<br>What is a software and types of software​
    11·1 answer
  • Help please!, explain what is missing and what needs to be changed if anything.
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!