Answer:
i can only give you pseudocode my fren
Explanation:
# information about me
def main():
MyName = “malaki”
print(myName)
myInfo = “I was born in wichita, Kansas U.S. I live in japan. I love hotdogs.”
print(myInfo)
main()
sorry if this did not help :( i tried
Answer:
C
Explanation:
Predicate methods typically test a condition and do not modify the object on which they're called.
I'd go for <span>
FLOOR(x) </span>
The numerical function FLOOR(x) can be used to return the
largest integer value that is less than or equal to the numerical expression
provided. The numerical function CEILING (x) is the opposite of FLOOR(x) since
it gives the smallest integer value that is greater or equal to the numerical
expression.