Create a turtle and assign it to a variable. When you print its type, what do you get

Answers

Answer 1

Answer: I think it is a trick question, a variable would be not be used as code. It must be coded before it will do anything.

Say "nothing" as ur answer.

Answer 2

When you assign a turtle to a variable and print its type, you get:

<class 'turtle.Turtle'>

You can easily check this with the following code.

t = turtle.Turtle() #< this creates a turtle

print(type(t)) #< this prints the turtle's type.

Of course you'll have to import the turtle module.


Related Questions

PLS HURRY!!
Look at the image below

Answers

The output will be 10.

The while loop runs until numb is equal to or less than 13.

25 - 5 = 20

20 - 5 = 15

15 - 5 = 10, which is less than 13 so the loop stops and 10 is printed to the screen.  

what is binary code?​

Answers

Answer:Binary code, code used in digital computers, based on a binary number system in which there are only two possible states, off and on, usually symbolized by 0 and 1. ... In binary code, each decimal number (0–9) is represented by a set of four binary digits, or bits.

Explanation:

Brainliest

Answer:

binary code is a jumble of random 0s and 1s that forn chains that make up all coded systems on any electronic device

Explanation:

WILL GIVE BRAINLIEST
Achieving intended results ends _____

A the testing cycle.
B the compiling process.
C the stepping function.
D the writing of program code.

Answers

Answer:

c

Explanation:

c

I agree it is C. I hoped this helped!!! Happy Thanksgiving!!!!!

i need help with computer science
im on Write Password Evaluator

Answers

Answer: Password Evaluator is designed to examine passwords and tentative passwords to look for dictionary words and patterns that a password cracking tool might exploit. It looks for reversed, rotated, keyboard shifted, truncated, dropped letters, substituted characters and other variations on dictionary words both singly and in many combinations.

Explanation:

Which data type is –7?

int

single

string

float

Answers

Answer:

Int

Explanation:

Good Luck!

Complete the sentence describing an email client.
An email client is a___
that runs on____

Answers

Answer:

Program, client

Explanation:

Not 100% sure on this but this is my best guess

What games do you play?


Be sure not to report any answers!

Answers

Brainly! This app is amazing!

define online pollution

Answers

Explanation:

E-Pollution is the environmental damage that comes from the constant heat and cooling down in facilities that are referred to data centers. Data centers are where online information is collected, processed, stored and exchanged.

expalin the defference between the driver of a desktop and a laptop​

Answers

Answer:

None, drivers are hardware specific, if both devices share the same hadware manufacurer they tend to have the same drivers.

A driver is a software component that lets the operating system and a device communicate with each other. So asking for a difference in drivers is as asking the difference in hardware in both devices, though one tends to be more intergrated they are all the same in low level functions

Also drivers might not even communicate directly with the device but send a request. thats why some drivers can be written directly into an operating system.

What benefits will you receive by attending the high school you are applying to? (in complete sentences)​

Answers

The benefits you will receive by attending the high school you are applying to is that you can get credits by the attendance.

How is hashing used?

A. used to protect the transmission of software and large files to be downloaded
B. used for authentication, digital signatures, and message authentication codes
C. ecommerce protocols and bitcoin generation
D. all the above

Answers

Answer: Its A. used to protect the transmission of software and large files to be downloaded

Explanation: Hashing is an algorithm that calculates a fixed-size bit string value from a file. A file basically contains blocks of data. Hashing transforms this data into a far shorter fixed-length value or key which represents the original string. The hash value can be considered the distilled summary of everything within that file. A good hashing algorithm would exhibit a property called the avalanche effect, where the resulting hash output would change significantly or entirely even when a single bit o...

what paper is best for vibrancy A. Uncoated paper B. natural paper C. Newsprint paper D. Coated paper​

Answers

Answer:

the answer is a

Explanation:

Uncoated paper creates the perfect canvas for vibrant color, because the unreflective surface doesn't detract from vivid color and beautiful detailed imagery. When comes to making colors pop on uncoated paper, there are no other options than the high-quality performances of Cougar and Lynx.

Answer:

D. Coated paper

Explanation:

I just took a test and it was correct

Need help on Assignment 4: Evens and Odds

Answers

n = int(input("How many numbers do you need to check? "))

even = 0

odd = 0

for x in range(n):

   num = int(input("Enter number: "))

   if num % 2 == 0:

       even += 1

       print(str(num) + " is an even number.")

   else:

       odd += 1

       print(str(num) + " is an odd number.")

print("You entered " + str(even) + " even number(s).")

print("You entered " + str(odd) + " odd number(s).")

This works for me. Best of luck.

What Is Better, A GTX 1660 Or Radeon Rx 5500XT

Answers

Answer:

I say Radeon Rx 5500XT

Explanation:

If you used an Atbash cipher to encrypt the following message, what would the output be?

HELLO

Answers

Answer:

SVOOL

Explanation:

NEED HELP ASAP!!!!!!!!!!!

What can happen if music is downloaded illegally from a P2P network?
Large fines may have to be paid.
O Your computer screen will freeze.
O Your computer will shut down.
You will not receive the correct music.

Answers

Your computer will shut down I think

ANSWER ASAP PLEASE, 100 POINTS. Xavier wants to print the slides of his PowerPoint presentation to practice and make notes but doesn't want to use too much ink or paper. What print option should Xavier use?
A: Print Full Page Slides
B: Print Handouts
C: Print Notes Pages
D: Print Presentation

Answers

Answer:

c

Explanation:

The print option should Xavier use is print Notes Pages. Hence option C is correct.

What is print?

Print is defined as a computer sending information to a printer, which creates a hard copy (printed copy) of the information being printed. Not only are books and newspapers printed, but also textiles, plates, wall coverings, packaging, and billboards. It has also been used in the creation of small electrical circuits. The general consensus is that print media is more reliable than digital media.

Each presentation slide and your notes are included on the notes pages. Every slide has its own notes page when printed. Your notes are attached to the slide. Your notes pages can contain information, such as graphs and pictures.

Thus, the print option should Xavier use is print Notes Pages. Hence option C is correct.

To learn more about print, refer to the link below:

https://brainly.com/question/14668983

#SPJ3

3
What steps can be used to access the Subtotal dialog box?
Select any cell in the data range.
Click the_____tab
In the
_______group, click______
to access the Subtotal dialog box.

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

There are some steps that you use to access the subtotal dialog box.

To access the Subtotal dialog box, you need to follow the following steps:

Click the Date tab

In the  Outline group, click Subtotal

to access the Subtotal dialog box.

The Subtotal function used in Excel and return the subtotal of the numbers in a column in a list or database. Subtotal is a builtin function in Excel that used to subtotal the number in a column or in a given database.

Answer:

Data

Outline

Subtotal

Explanation:

Have a good day:))

Type the correct answer in the box. Spell all words correctly.
What kind of graph or chart does this image represent?


The given image represents a
.

Answers

Answer:

its a bar graph

but some people also call it a line graph

i hope that helped

Answer:

bar graph

Explanation:

lots of bars

For what purposes do students collect data? Check all that apply.
to check a statement's credibility
to answer a question
to support an argument
to evaluate a statement
to examine a question's reliability

Answers

Answer:

sounds like all of the above

Explanation:

only one im not 100% sure on is to examine a question's reliablity

Answer:

1

2

3

4

Explanation:

The auto recover function in a word is available to especially if you experience powerful failure explain what happens to your document if you do it side to save or not to save the recovery file and how you can ensure the majority of your document is recovered

Answers

Answer:

When the document is not saved before the application is closed, The word application assumes that the file is not important, so does not save a recovery file, but to recover the file open the application and go to the recently opened file, do not edit the file, go to the bottom of the document and click on recovery or use the CTRL-Z shortcut key.

Explanation:

Microsoft word is a word processing application used to make and edit word documents. The recovery option in the word application is an essential tool in Word that prevents a permanent loss of documents in production and can be used to retrieve saved and unsaved documents.

Create a two functions: first called grocery_cost(food), where food can be one item or a list of items from the stock and price dictionaries, the second is called stock_check(stock_list) where a store manager can check if stock numbers are at a minimum value.grocery_cost: loops through the argument food, notes the price, checks the stock, calculates and prints the total cost and changes the stock number. You will need to use a for statement to loop through the items in food and an if statement to check and update the stock (substract one from the stock for each item in the stock).Stock_check: loops through each item in the stock dictionary and uses an if-statement to print a statement if stock is less than 5.Given:stock_key={'tomato soup':20,'cheese':10,'milk':25,'oreos':100,'red bull':0,'apples':17,'oranges':4}price_key={'tomato soup':1.85,'cheese':3.99,'milk':4,'oreos':7.49,'red bull':0.99,'apples':0.59,'oranges':1.29}

Answers

Answer:

stock_key={'tomato soup':20,'cheese':10,'milk':25,'oreos':100,'red bull':0,'apples':17,'oranges':4}

price_key={'tomato soup':1.85,'cheese':3.99,'milk':4,'oreos':7.49,'red bull':0.99,'apples':0.59,'oranges':1.29}

def grocery_cost(*args):

   total_cost = 0

   for arg in args:

       if arg in stock_key.keys():

           stock_key[arg] -= 1

           total_cost += price_key[arg]

   print( f"Total cost of groceries: {total_cost}")

def stock_check():

   for key, value in stock_key.items():

       if value < 5:

          print(f"The stock \"{key}\" is less than 5.")

grocery_cost('apples', 'oranges','milk', 'oreos','cheese')

stock_check()

Explanation:

The functions of grocery_cost and stock_check are python defined functions. The former accepts a list of one or more items and calculates the total cost of the grocery items from the stock and price dictionary while the latter check the size of the stock in the food store.

Name the part of the computer that stores all information and software.

Answers

Answer:

Hard Drive

Explanation:

Answer:

The Hard drive

Explanation:

Is the PS5 worth it?




I’m planning on getting one so I need to know. Also, I am giving 100 points. Please answer quickly.

Answers

yes it is worth it!!!!!!!!!!!

Answer:

Do your Homework

Explanation:

Save up the money and watch multiple videos and reviews, unboxing, etc. Trust me it helps lol

Save up that money tho

Plz mark brainliest

Hash functions use algorithms use a big chunk of data and squeeze it into a small amount to verify something like a file or an application.

A. True
B. False

Answers

Answer:

A. True

Explanation:

Identifying and verifying files/applications is one use of hash functions.

How has technology changed in the last 10 years?

Answers

The typewriter was replaced by digital systems such as a computer and word processing software
Technology has improved drastically. From cellphones, laptops, and televisions, the world of technology is always changing. Better phones have been made, laptops have improved, and televisions have gotten clearer. As you can tell, technology is constantly changing.

how does having weak security on your browser represent the weakest link in a network

Answers

Answer:

1. Your location is always exposed "might not be a problem, until it is"

2. Computer Viruses as your browser allows them

3. Hackers, of course, Ransomware attacks

4. SpyWares, read terms and condition or atleast visit trusted sources

5. Phishing, intermediatte security can handle this risk, but fatal if not. as in online identity stolen, bank accounts accessed.

6...... ALWAYS STAY SECURED

YOU WERE NEVER THE TARGET, JUST THE VICTIM

*. How can overcome digital divide?​

Answers

Answer:

Below are solutions that can help narrow the digital divide gap.

1) Increase affordability.

2) Empowering users.

3) Improve the relevance of online content.

4) Internet infrastructure development.

5) Address gender gap in internet access.

Conclusion

In summary, the problem of the digital divide is just a symptom that points us to a much deeper problem in our economic development. And this is a problem that characterizes both the developed and underdeveloped nations in the world. Once the economic challenges of low education levels, poor infrastructure development, and low quality of life/ income levels are addressed, the digital divide will be eliminated.

Three points come to my mind to overcome the digital divide. Below are the points.

Give students as well as families access to consider taking advanced technology.Continue to have access for participants thru all the community organizations.Enhance employees' or improve students' access to technology, and even the performance of these same direct connections, throughout their inclusive classrooms.

Thus the response is correct.

Learn more:

https://brainly.com/question/12658571

what are the difference between requests management to problem management??​

Answers

Answer:

Problem management is a practice focused on preventing incidents or reducing their impact.

Request Management is the systematic handling of the tasks required for a variety of different internal or external requests using workflow automation, business rules, and analytics. Request management problems manifest in a variety of ways in any organization: Slow request turnaround times.

Explanation:

I’ll mark Brainliest
Jasmine wants electrical current to be able to pass through a certain switch on a circuit board that they are designing.
What state should that switch be in?

state 1
state 0
input
output

Answers

Answer:

Explanation:

state o

Other Questions
What does kEI mean?? Suppose the distribution of a set of scores has a mean of 47 and a standard deviation of 14. If 4 is added to each score, what will be the mean, standard deviation, and variance of the distribution of new scores? Which of the following contributes to the growth of a population What should students hope to get out of classroom discussions? Check all that apply.an opportunity to test their understanding of a topicthe extra time needed to complete a homework assignmentthe opportunity to practice using subject-specific vocabulary in contexta chance to sit back and relax since new information is not being presentedthe extra motivation necessary to prepare well for and stay focused in classO a chance to gain a better understanding of the topic by listening to others' ideas A block of wood weighs 160 N and has a specific gravity of 0.60. To sink it in fresh water requires an additional downward force of:_______A. 54N B. 64N C. 96N D. 110N E. 240N Find the circumference of both circles to the nearest hundredth. What is the quotient of 144 and 12? * Why is the price of paper drawn by Ben Franklin "JOIN, or DIE" so important to the history of the United States? please help asap will give brainliest!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! What is the factorization of the trinomial below? 6x^2-13x-63 A. (6x + 7)(x-9) B. (3x + 7)(2x-9) C. (3x-7)(2x + 9) D. (6x - 7)(x + 9) Which Mexican General resurfaced during this war, attacking U.S. troops? which of the following equations represents the data in the table a store is having a 35 percent off sale, if the original price of the shirt is $18 what is the price of the shirt after the discount is applied (not including tax) (15 points) Please check my english answers (it is about phrases) Artificial Christmas trees are regularly priced at $220. If you get a discount of 35%, how much will the tree cost you? Select a Greek or Romangod and write 3 journalentries about a conflict theyare having and how they feelabout it. Find the enthalpy for a constant pressure calorimetry reaction where the reaction occurs in a 250ml aqueous solution. The temperature changes from 25.0c to 26.1 cAssume that cool = 4.18j/gt What is the slope of a line that passes through the points (-2, 4) and (-6, 12)?A. -2B. -1/2C. 1/2B. 2 How red blood cells different to animal cells distributive property 5(2x + 5)