Maria is writing a program to design t-shirts. Which of the following correctly retrieves the values for a t-shirt object's pattern?

newStyle.pattern
newStyle + pattern
newStyle = pattern
newStyle(Pattern):

Answers

Answer 1

Answer:

newStyle.pattern

Explanation:

example:

class Style:

    def __init__(self, pattern=""):

def design():

    newStyle = Style (this allows the user  to user newStyle to access all values in the class Style)

    now that you have this, you can call the pattern attribute

    newStyle.pattern

    you can also set this equal to a new value here but for the sake of this question your answer is newStyle.pattern

hope this made sense and helped you out! :)

   


Related Questions

if I make an Xfinity account can I turn off parental controls that my sister put on with her Xfinity account?

Answers

It depends but I don't think it's likely. Parental control needs a pin so it can be turned off and unless you know the code, it might not work.

100 POINTS PLEASE HELP Type the correct answer in the box. Spell all words correctly.
John wants to use graphical elements on his web page. Which image formats should he use to keep the file size manageable?
John should use______ formats to keep the file size manageable.?

Answers

Answer:

On a Web page, we'll assume he'll have simple graphic elements like icons, or other simple low-resolution and a lower number of colors (256-), these are usually better saved in GIF format to take less space, just because of the smaller color map, but PNG could also do a great job and  it offers transparency as well (like GIF does).  For more complex elements (larger size and/o more colors like photos), the best format to save them is probably the PNG one.  They will be compressed but still offer a great quality.

Explanation:

100 points yay

But I have only 50

Which three phrases describe a wireframe?
Tracy uses a pictorial summary of an entire website in her team meeting. It is a two-dimensional illustration of how each web page on a website will look. Known as a workflow diagram, this explains how pages in a website connect to one another. It is a design tool, and it shows the overall framework of a website. It is a visual representation of how much space each element on a page should take.

Answers

Answer:

A wireframe is best described by the phrase;

It is a design tool, and it shows the overall framework of a website

Explanation:

A wireframe is meant to provide a visualization for a page in a form of blue print that defines a websites structure thereby aiding the communication and thought process among those concerned in the website development process, including the programmers, developers and website designers

The wireframe is a depiction of the website, that points out the intended location of content, the layout and how navigation and functions that are to be included on a page in a way that is easily adjustable

The wireframe is therefore a representation of the skeletal framework of the website

Answer:

i only know two and they are design tool and shows the overall frame work of a website

Explanation:

plato

Write the function greeting that takes a string as input. That string will be formatted as Name Age Hobby, without any punctuation. greeting should split their response into list elements, then use index values to greet them by name and respond that you enjoy that hobby as well, with the format: ‘Hello, ! I also enjoy !' Make sure your output matches this format! For example, greeting('Jose 17 hockey') # => 'Hello, Jose! I also enjoy hockey!' greeting('Cindy 14 robotics') # => 'Hello, Cindy! I also enjoy robotics!'

Answers

Answer:

The function in Python is as follows:

def greetings(details):

   details = details.split(' ')

   print('Hello, '+details[0]+'!, I also enjoy '+details[2])

Explanation:

This defines the function

def greetings(details):

This splits the input string by space

   details = details.split(' ')

This prints the required output

   print('Hello, '+details[0]+'!, I also enjoy '+details[2])

After splitting, the string at index 0 represents the name while the string at index 2 represents the hobby

Before using an advanced filter, you must first set up a(n) ________.
(Microsoft Excel)

A. Structured Range
B. AutoFilter
C. Slicer
D. Criteria Range

Answers

the answer is b autofilter

You already know how to use lists. What is the index of 5 in the following list?
[2, 3, 5, 1, 6]
O 4
02
O 1
03

Answers

The answer is 1, the 3rd circle

Which structural semantic will the given HTML code snippet form?



  • Laptop

    Mobile

    Tablet



A. table

B. paragraph

C. block

D. heading

E. list

Answers

Answer:

i think it is ...table

Explanation:

or....heading.

A collection of entries posted on a web site and displayed in reverse chronological order (from newest to oldest entries), is known as: А social collaboration. B media sharing. С a blog D a tweet.​

Answers

A) Social Collaboration

Social Collaboration is a way for people to combine their information and make it easier to go through and to work well as a team.

why is it necessary to have usernames and passwords if one is working on a network?​

Answers

Answer:

So nobody finds and uses your personal information

3
Type the correct answer in the box. Spell all words correctly.
Which program can damage your computer?
can cause damage to my computer.
Reset
Net

Answers

Answer: Look in /Library/LaunchDaemons for a plist file that is out of place. It may actually have ActivityInputd in the name.

If there is, move it to the Trash.

Open Network System Preferences, select the service you use to connect to the Internet, and click the Advanced button.

Click on the Proxies tab and uncheck any of the proxies listed in the “proxies to configure” list.

Restart.

Explanation:

Which of the following are logical reasons for using a pie chart to show how employees spend their time at ABC organization? Choose all that apply.

Answers

The logical reasons for using a pie chart to show how employees spend their time at ABC organization are;

the pie chart will help to show breakdown of hours worked by all employees at ABC organization.The pie chart works well to show changes in productivity over the course of a year.The pie chart works well to show trends in data.

What is a pie chart ?

A pie chart  can be regarded as a circular statistical graphic, partitioned to slices to illustrate numerical proportion.

With the use of this pie charts, the ABC organization can be able to know breakdown of hours worked by all employees at ABC organization , hence option 1,2,4 are correct.

Learn more about pie chart  at;

https://brainly.com/question/8407283

Answer:

A, C

Explanation:

its a and c your welcome

a*=++a/6+b++ 3 if a=3,b=4​

Answers

Answer:

[tex]a=22.5[/tex]

Explanation:

Given

[tex]a*=++a/6+b++3[/tex]

Required

The result when [tex]a=3[/tex] and [tex]b=4[/tex]

Analyzing the given instruction

a*=(++a)/(6)+(b++3)

Single out and solve the expressions in bracket

(++a) = a -- When the ++ operator appears before an operand, it is called pre increment. meaning that the operation will be done before the operand will be incremented.

So: in this case: ++a = a

[tex]b++3 = b + 3[/tex]

The operator, as used in that statement is the same as: b + 3.

So:

[tex]a*=(++a)/(6)+(b++3)[/tex]

[tex]a*=(a)/(6)+(b+3)[/tex]

[tex]a*=(3)/(6)+(4+3)[/tex]

[tex]a*=0.5+7[/tex]

[tex]a*=7.5[/tex]

The above expression is calculated as:

[tex]a=a*7.5[/tex]

So:

[tex]a=3*7.5[/tex]

[tex]a=22.5[/tex]

You can set up an AutoFilter to find specific formatting.
True or False
(Microsoft Excel)

Answers

Answer:

I think you can, so id say its true.

Explanation:

Photographing during the midday can produce which of the following?

More vibrant colors
Harsh shadows
Blurring
All of the above

Answers

It can produce harsh shadows

Answer:

Harsh Shadows

Explanation:

explain why it is important to follow a course or a program in keeping with your value system​

Answers

Answer:

The American educational system offers a rich set of options for the foreign student. There are such a variety of institutions, programs, and places to choose from that the choice can be overwhelming for students, even those from the United States. As you begin your search for institutions, it is important that you familiarize yourself with the American educational system. Understanding the system will help you narrow down your options and develop your educational plan.

Explanation:

Sorry if it doesn't look like the question.

Hurry I’m timed

What is one purpose of an algorithm?

to reduce error
to show how to use a computer
to eliminate step-by-step instructions
to eliminate smaller tasks

Answers

A to reduce error...........

Answer:

an algorithm completes step by step tasks

Explanation:

the last option could work too but step-by-step is more accurate to what an algorithm is.

Tip of advice on brainliest.You can copy and paste the question then search it in the search bar because i can guaranty that someone has asked that question before. and then all you got to do that and you can keep your points. hope this helps! ;)

Answers

Answer:

Thx Man i actully didnt think of it before

(Hey do u wanna rp btw (roleplay

Explanation:

What is the output?

class car:

model = "

age = 0

myCar = car()

myCar.age= myCar.age + 10

print(myCar.age)

Output: ___

Answers

Answer:

10

Explanation:

# A class named car is created

# There are two variables in the class, model and age.

# model is a string holding value for the model of the car.

# age is an integer holding value for the age of the car.

class car:  

   model = ''   # model is initialized as empty string

   age = 0       # age is initialized as 0

myCar = car()    # creating a car object named myCar

myCar.age= myCar.age + 10   # the value of the age is updated by adding 10. (Note that myCar was our object. If we want to access any properties of the object, we type the object name, . , and the property name. Initially, age was 0, we added 10 to it and it becomes 10)

print(myCar.age)    #prints the age of the myCar object, 10

Use the drop-down menus to complete statements about back-up data files.

The default storage location for back-up data files is in the local
folder.

PST files are not
in the Outlook client, and users must
the files

to make them usable.

Answers

Answer:

the third one trust me

Explanation:

Answer:

Documents

accessible

import or export

Explanation:

Edge, just did it

Who Has any idea How to code?

Answers

A bit I guess. I can only do C# though
i kinda know how to, took computer science last year

What does each row represent?
What distinguishes one record from another?
What should you choose as the primary key for
this table?

Answers

Answer:

I think this is your answer broski.

Explanation:

Answer:

a..c,,c

Explanation:

drop down on edge

help plz its do today

Answers

Answer:

It is a good idea to consider supply and demand when considering your future career. This will give us an idea of how easy or difficult it is to enter the area and make a living from it.

Explanation:

what is your favorite coler and what do you like to do and

Answers

Answer:

Orange

Explanation:

I like orange because its vibrant.

how old is the letter 3 on its 23rd birthday when your car turns 53 and your dog needs gas and your feet need lave then when is your birthday when your mom turns 1 and your younger brother is older then you

Answers

Answer:

ummm...idr.k..u got me....wat is it

Explanation:

Which of the following is NOT used to describe rhythm?
Beat
Pitch
Tempo
Meter

Answers

Answer:

pitch

Explanation:

Rhythm is, by definition, a strong, regular, repeated pattern of movement or sound. This means that it's a pattern of one thing.

Out of beat, pitch, tempo, and meter, three of them have one thing in common when corresponding to rhythm: monotony. Monotony is the same thing, unchanged in sound and movement.

For example, drawing a straight line continuously.

Beat is a main accent or rhythmic unit in music or poetry.

Pitch is the degree of highness or lowness of a tone.

Tempo is the speed at which a passage of music is or should be played.

Meter is  the rhythm of a piece of poetry, determined by the number and length of feet in a line.

When you listen to music, a rap, or poetry, you can "feel the beat." This means you can pick out the main sound being accentuated, like the "boom-boom-boom" or a clapping track.

Tempo is how fast something goes. A slow song played at a ballet may be different than a rap song, which is fast. Tempo is the speed.

Meter is the rhythm, usually in poetry. It's like a beat and other patterns in the poem.

Pitch is the one that is different. It changes the tone. For example, a high note vs. a low note. That's pitch. When someone swallows helium and talks, their voice is now "high-pitched" because it has a higher-sound tone.

Rhythm does not change—it's a pattern of beats, tempos, and rhythms. Unlike pitch, pitch is musical. Rhythm is not—it's just the pattern.

Pitch is not used to describe rhythm. Hence, option B is correct.

What is rhythm?

Rhythm in music is the arrangement of sounds in time. In its broadest sense, rhythm is the intentional exchange of opposites Greek rhythmos, from from rhein, "to flow".

For instance, while uttering the word "father," we emphasis the first syllable. To produce a recurrent pattern of stressed and unstressed syllables, the words must be grouped in a certain way. Two stressed and unstressed syllables make up a foot.

Rhythm is the deliberate juxtaposition of opposing elements, such as the dynamics of a strong and weak beat, a beat that is played and a quiet but audible rest beat, or a long and short note. In addition to being able to understand rhythm.

Thus, option B is correct.

For more information about rhythm, click here:

https://brainly.com/question/22678004

#SPJ6

Give 5 advantages of using powerpoint?​

Answers

it can be presented pictorially and thus make it easier to adopt the material

Anyone who know how to use canva .com please make a logo of the name : Deadly Sins

Answers

Answer:

Yes ma'am as in the anime?

Explanation:

Cuz there's a anime show called 7 deadly sins or just deadly sins?

Answer:

hello give the person above brainlist

Explanation:

14 points, what is an IP v4 packet??

Answers

Answer:

Internet Protocol version 4 (IPv4)

Explanation:

is the fourth version of the Internet Protocol (IP). It is one of the core protocols of standards-based internetworking methods in the Internet and other packet-switched networks. IPv4 was the first version deployed for production on SATNET in 1982 and on the ARPANET in January 1983.

Answer:

Internet Protocol version 4 (IPv4) is the fourth version of the Internet Protocol (IP). It is one of the core protocols of standards-based internetworking methods in the Internet and other packet-switched networks. IPv4 was the first version deployed for production on SATNET in 1982 and on the ARPANET in January 1983.

Explanation:

An archaeologist is dating several recently uncovered sites. She estimates that the site featuring a post-and-lintel design is older than the site featuring corbelled arches. Why might she have reached this conclusion?

The corbelled arch did not become common until the first century C.E.
The post-and-lintel design was discontinued at the end of the Neolithic Era.
The corbelled arch required more advanced knowledge to create than the post-and-lintel design.
The post-and-lintel design did not require slave labor, unlike the corbelled arch.

Answers

Answer:

Its b

Explanation:

just took the test

Which of the following is not a key component of a structure?
A. Name
B. Properties
C. Functions
D. Enumerations

Answers

D. Enumerations! Because I know that is NOT a leg compentent of a structure
Other Questions
Mrs. Daniel packs reams of paper into boxes. The box has a mass of 18ounces, and each ream of paper weighs 22 ounces. If the functiony = 22x + 18 describes the total mass, the variable x represents the A.total mass of a box filled with reams of paperB.total number of boxes filled with reams of paperC.mass of each ream of paper inside a boxD.number of reams of paper packed in a box Amy is 4 years older than April. Together, their age is 24. How old is April and how old is Amy? Submit your choice of an essay or an oral presentation on slavery and how it affected Harriet Tubman's life work; include MLA format source citations. Pls help me and thank youuu Chandra had 9 jugs of juice at her party.Eacu jig had 1 gallon of juice in it at the start of the party. An open glass of water is placed on the table. After a while, the temperature and volume of the water are both altered. What kind of system does this describe? 3(4x+6)=x-4Solve the question and what property did you use? Using specific examples of land, labor, and capital, explain why economists believe that all goods and services are scarce In triangle JKL, the measure of angle L=90, the measure of angle J=25, and KL = 26 feet. Find the length of LJ to the nearest tenth of a foot. what if I committed suici finding the missing side! (with proportions :\) If an explanation i will give brainliest! find the value of variable x. Write the equation in standard form for the circle passing through (0,8) centered at the origin Solve system of equation algebraically y = 2x - 3x + y = 18 -6y=-4x+24 use intercepts to graph the line described by each equation Explain how the dialogue from The Diary of Anne Frank develops characterization. If you leave $2300 in an account earning 3% interest, compounded daily, how much money will be in the account after 5 years? (Round your answer to two decimal places.) an elevator is currently 16.9 feet off the ground. If it ascends 32.35 feet, then descends 7.8 feet, how far off the ground is the elevator? Humans and animals have critical periods. True or False? please help due soon