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
Tpy6a [65]
3 years ago
9

IN PYTHON LANGUAGE

Computers and Technology
2 answers:
shtirl [24]3 years ago
8 0

favorite_color = input("Enter favorite color:\n")

pet = input("Enter pet's name:\n")

num = input("Enter a number:\n")

print("You entered: "+favorite_color+" "+pet+" "+num)

password1 = favorite_color+"_"+pet

password2 = num+favorite_color+num

print("First password: "+password1)

print("Second password: "+password2)

print("Number of characters in "+password1+": "+str(len(password1)))

print("Number of characters in "+password2+": "+str(len(password2)))

This works for me.

Alona [7]3 years ago
6 0

Answer:

favorite_color = input('Enter favorite color:\n')

pet_name = input("Enter pet's name:\n")

number = input('Enter a number:\n')

print('You entered:',favorite_color+' '+pet_name+' '+number)

password1 = favorite_color+'_'+pet_name

password2 = number+favorite_color+number

print('\nFirst password:'+' '+password1)

print('Second password:'+' '+password2)

print('\nNumber of characters in '+password1+': '+str(len(password1)))

print('Number of characters in '+password2+': '+str(len(password2)))

Explanation:

Notice on the pet name I used quotes instead of parenthesis because so I can use the comma on pet's.

This solution worked for me.

You might be interested in
How does speech recognition software know what you are saying?
boyakko [2]
It converts the mic input into a string of raw data, then compares it to hundreds, even thousands of voice samples. The output is a polished string of data in words.
8 0
4 years ago
(q004) why did the changes brought about during the industrial revolution lead to the erosion of kinship networks?
UNO [17]

As industry developed, farming and subsistence lifestyles declined, and migration forced restructuring of family units as men left to work in factories. needed to be more feminine in order to be successful wives.

<h3>What is meant by industry development?</h3>

industrial development means a development that involves a manufacturing or industrial process, and shall contain, but is not limited to, electric power production, food, and food by-product processing, paper presentation, agrichemical production, chemical processes, and storage.

<h3>Why is industrial development important?</h3>

Industrial development releases dynamic and competitive economic performance which generates income and employment, facilitate international trade and increases resource efficiency, and is thus a major driver of deprivation alleviation and shared prosperity.

To learn more about Industrial development , refer

brainly.com/question/1217301

#SPJ4

7 0
2 years ago
The algorithm will produce a different output depending on the specific secret key being used at the time. The exact substitutio
Paha777 [63]

Answer:

The answer is "Option A".

Explanation:

Step by step execution of any task is also known as algorithm, It is an easy way to solve any problem. The algorithm is used for software and statistical analysis, measurement and other similar activities.  

  • It is also used to solve complex problems in different ways, with particular cases attach to a new information item, search for a certain product, or form an item.
  • It depends on the particular private key, which is used in the time, that generates another output, which is the approximate replacement, and the transition of the dataset depends on the key.
5 0
4 years ago
What is abstraction and how does it relate to how computers store information?
Anton [14]

Answer:

Definition - What does Abstraction mean?

Abstraction is a fundamental principle in some types of computer science. It is a key design aspect of object-oriented programming languages and application programming interfaces. It's also one of the least understood ideas in programming, partially for semantic reasons.

PLEASE MARK BRAINLIEST

Abstraction is commonly defined as the extraction of relevant information from a larger data set, where utilizing abstraction allows engineers and others to simplify a codebase.

Techopedia explains Abstraction

The reason this is confusing to many people is that abstraction doesn't “sound like” what it is, semantically. It sounds like making something more vague, because that's how we use it in general language.

However, in computer science, abstraction typically means simplification and separating the signal from the noise in order to make programming more efficient and effective.

Explanation:

3 0
4 years ago
Read 2 more answers
Which of the following blocks is least similar to the others?
GuDViN [60]
The answer is A or B
4 0
3 years ago
Read 2 more answers
Other questions:
  • TCP will guarantee that your packets will arrive at the destination, as long as the connection is still established. True False
    11·1 answer
  • What parts of the computer does it not need to function?​
    9·1 answer
  • Rich Text Format (RTF) is a universal file format that can include information such as text style, size, and color and can be re
    12·2 answers
  • Key differences between software and books include all of the following except
    15·2 answers
  • A telephone repair technician uses a meter to measure voltage on a phone line. This meter is an example of _____.
    10·2 answers
  • Green Field county stadium is planning to conduct a cricket match between two teams A and B. A large crowd is expected in the st
    6·1 answer
  • Computer design replaced ______________
    6·1 answer
  • How do you use switch board in the office​
    6·1 answer
  • Write down the different types of testing with their definition.
    11·1 answer
  • SOMEONE PLEASE HELP!! i’ll give brainliest
    14·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!