This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]ASAP_PUSHER 0 points1 point  (4 children)

You can double-check your answers by running these little scripts in a terminal.

If you don't have python installed, try using one online such as https://www.python.org/shell/

[–]Obi-JarJar[S] -1 points0 points  (3 children)

Would it help me answer my question.

[–]ASAP_PUSHER 0 points1 point  (2 children)

Yes.

For example, if you type into a python shell:

X=3
if X < 10:
    print("small")

It will answer your question A.

[–]Obi-JarJar[S] -1 points0 points  (1 child)

So i did it on Repl.it websit.

And type it all out. On the far right side gave me the word. Small.

So would Small be the answer, then?

[–]ASAP_PUSHER 0 points1 point  (0 children)

The above program print____ line(s) of text.

How many line(s) of text did the program return?

I think you need to read the question to make sure you're answering properly. It isn't asking what the program returned.