shongalonga112
shongalonga112 shongalonga112
  • 18-05-2021
  • Computers and Technology
contestada

Fill in the missing term.
from raftClass ___________ *

# main program that uses rafts
myRaft = raft(30)
print(myRaft)

Respuesta :

sandlee09
sandlee09 sandlee09
  • 26-05-2021

Answer:

import

Explanation:

The language being used in this code is Python. The from tag in python is used to import code from other files and is completed with the import tag, while the * symbol indicates that all the information in that class/file is imported. Therefore the complete code would be the following...

from raftClass import *

# main program that uses rafts

myRaft = raft(30)

print(myRaft)

Answer Link

Otras preguntas

How can I covert these 2,34 meters in decimeters​
Which function has zeros at x = 10 and x = 2? f(x) = x2 – 12x + 20 f(x) = x2 – 20x + 12 f(x) = 5x2 + 40x + 60 f(x) = 5x2 + 60x + 100
Evan made a tower from 32 building blocks. Aisha made a tower using 5 times as many blocks. How many blocks did Aisha use to make her tower?
what is the authors tone of an ordinary man
A sample of 400 large companies showed that 130 of them offer free health fitness centers to their employees on the company premises. If one company is selected
Not drawn to scale (x - 2)cm D The diagram shows two joined rectangles. The total area of the compound shape ABCDEF is 36 cm 2x cm c By considering the areas of
Evaluate - 1 - ( - z ) where z = -2
how long does it take to reach the moon?
What is the text structure for an ordinary man? what key words or phrases helped you determine the text structure?
x^2-2x+3k=0 find k with D>0sorry for the bad example.​