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
Luden [163]
3 years ago
5

Name the function in Python that prompts user to enter values as per the data type specified.

Computers and Technology
1 answer:
Alex17521 [72]3 years ago
6 0

Answer:

The input function

Explanation:

It's properly written as input(), not Input() because of case sensitivity.

I'll explain this question using the following code statement/illustration

a = int(input("User Input: "))

The above code statement prompts the user to input an integer value to into integer variable a.

Without the input function, this won't be possible.

The input function can be used along with various data types such as

b = input("Username :") ----- String

c = float(input("Salary :")) ----- Float

You might be interested in
Which of the following is a trend that began during the Vietnam War and continued with the Internet?
Blizzard [7]
<span>As far as I remember, this one - a. a move toward stricter control of mass-media communications by Congress and the FCC </span><span>is a trend that began during the Vietnam War and continued with the Internet.</span>
7 0
3 years ago
The ideal hash function:
Lorico [155]
I believe the answer is A
Hope this helps
7 0
3 years ago
Ssume the following variables contain the values shown: numberRed = 100 numberBlue = 200 numberGreen = 300 wordRed = "Wagon" wor
brilliants [131]

Answer:

  1. numberRed = numberBlue   = FALSE
  2. numberBlue > numberGreen  = FALSE
  3. numberGreen < numberRed   = FALSE
  4. numberBlue = wordBlue   = ILLEGAL
  5. numberGreen = "Green"   = FALSE
  6. wordRed = "Red"     = FALSE  
  7. wordBlue = "Blue"     = FALSE
  8. numberRed <= numberGreen  = TRUE
  9. numberBlue >= 200    = TRUE
  10. numberGreen >= numberRed + numberBlue = TRUE
  11. numberRed > numberBlue AND numberBlue < numberGreen = FALSE
  12. numberRed = 100 OR numberRed > numberBlue   = TRUE
  13. numberGreen < 10 OR numberBlue > 10     = FALSE
  14. numberBlue = 30 AND numberGreen = 300 OR numberRed = 200 = FALSE

Explanation:

THESE RESULTS ARE VERIFIRED.....

6 0
4 years ago
Interactive media professionals are unique among other Information Technology professionals because they have very good job pros
Advocard [28]

Answer:

B.

Explanation:

Trust me.

3 0
4 years ago
What is the token generated when you create a snort rule that will detect outbound traffic using tcp to port 443 and 447?
Art [367]

The token generated if  you create a snort rule that will detect outbound traffic using TCP to port 443 and 447 is:

  • Alert TCP any any -> any 443 (message: "Test HTTP request alert"; sid:1000001;)

<h3>What is a Snort detection rule?</h3>

The Rules is known to be a kind of a different methodology that is known to be often used in the act of performing detection, and it is one that bring about the merit of 0-day detection to one's table.

Note that when compared to other forms of signatures, this rules are known to be based on knowing the actual vulnerability.

Hence, The token generated if  you create a snort rule that will detect outbound traffic using TCP to port 443 and 447 is:

  • Alert TCP any any -> any 443 (message: "Test HTTP request alert"; sid:1000001;)

Learn more about TCP from

brainly.com/question/17387945

#SPJ1

5 0
2 years ago
Other questions:
  • Define the term entity and give an example of an entity .
    10·1 answer
  • Which wireless communication is typically limited to six feet of distance?
    6·1 answer
  • Type dig www.example A in order to get the IP address of www.example. What’s the TTL of the A record returned in the response? W
    9·1 answer
  • Jax needs to write a block of code that will organize a list of items alphabetically. Which function should he use? append() pri
    12·1 answer
  • why might a portrait be both a portrait of the subject and the photographer? how is a photographer present in a portrait?
    10·2 answers
  • Of the measures of feasibility, questions such as "Does the proposed platform have sufficient capacity for future needs?" and "W
    5·1 answer
  • Create a Java program that will store 10 student objects in an ArrayList, ArrayList. A student object consists of the following
    14·1 answer
  • Explain the process of creating a switch statement to replace an if-then-else statement in Java.
    11·1 answer
  • Deleting messages keeps them in the mailbox and on the server. How can they be removed from the server to reduce the quota?
    5·2 answers
  • 7. There are different tools needed in repairing computer, which of the following categories does parts retriever, screw driver,
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!